NET/MASTER Network Control Language (NCL) Programmer's Guide
Defining Field Characters in a Panel Description File
Working With Panels
106160 Tandem Computers Incorporated 14–33
2. Type the following panel description file in your user panel library and call it
ZEX1404P:
#NOTE ZEX1404P
#NOTE Obtaining name and age.
#ERR INTENS=HIGH ALARM=YES
#FLD @ TYPE=INPUT CAPS=NO HLITE=USCORE
#FLD ^ TYPE=INPUT CAPS=NO EDIT=NUM
#FLD < INTENS=HIGH JUST=LEFT PAD=-
#FLD ! INTENS=HIGH JUST=RIGHT
#FLD { INTENS=HIGH JUST=RIGHT PAD=-
#FLD ? INTENS=LOW HLITE=BLINK
#FLD $ INTENS=HIGH JUST=CENTRE CAPS=NO PAD=-
#OPT ALARM=YES
<&sys.time $Obtaining Name and Age{&sys.date.2
%&sysmsg
%Type name :@name +
%Type age :^age ?(You can lie if you like)
%Check name: &name
%Check age : &age
%F3=Exit F4=Return
3. Execute the ZEX1404N NCL procedure from the OCS command input line, using
the following START command:
START ZEX1404N