How can i keyed a flat file in RPGLE
Answers were Sorted based on User's Feedback
Answer / syam
Sd's answer is correct.
FMASTER IF F 96 96 DISK A
F KRECNO RRN
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rajesh
YOU CAN CREATE A LF WITH KEY
R PF1 PFILE(PF1)
K PF1
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / jvn
Declaration of file
F abcd UF A F 100 10 A I DISK
KEYLOC(1)
file name pgm desc Record len Key len &type
The above file type declaration means file 'ABCD' is a
program described file of record length 100, key field
length 10 of type character and the file is indexed with
the position of key field starting from position 1 as per
the KEYLOC value.
I abcd xy
I 1 11 keyfield_name
They key field can be subsequently defined as per the
example above.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / surendra y mudliar
Flat file can be read using RRN for random access.
| Is This Answer Correct ? | 5 Yes | 1 No |
Can AnyOne tell me how to read join logical file in rpg from starting to end?
what is the use of sflnxtchg?
what are the array operations?
what is the difference between the cpyf command crtdupobj command?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
what do you mean by SESSION/DEVOCE ERROR?
parameters cannot be passed in which one???
Explain mdt?
How can we know running job is batch or interactive?
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
how can I tell when to replace the array?