Adding dictionary items
Add a dictionary item to assign the name to a field:
JED DICT F.SAMPLE FLD1
0001 D
0002 1
0003
0004 FIELD 1 HEADER
0005 10L
0006 S
0007
Use field name in a query:
LIST F.SAMPLE FLD1
F.SAMPLE...... FIELD 1 HEADER
REC1 Field one
1 Records Listed
LIST F.SAMPLE WITH FLD1 EQ ''
No Records Listed
In default view we still dont have it:
LIST F.SAMPLE
F.SAMPLE......
REC1
Set the field to be seen by default:
JED DICT F.SAMPLE @
0001 PH
0002 @ID FLD1
See the result:
LIST F.SAMPLE
F.SAMPLE...... ID.................. FIELD 1 HEADER
REC1 REC1 Field one
Last update: Sat, 16 Jul 2022 15:34