Anybody know the difference of primary file and full
procedural file
Answer Posted / ld123q44
With a primary file the file is processed seqentially record
by record and programs automatically ends when all records
have been read. There can only one primary file in a program.
With full procedural files the programmer determines which
record or a block of records to be read by way of the value
of the key field used. If a program has only full procedural
files, the programmer has to explicitly close the file.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How would display prime numbers using CL program?
is this a rpg channel?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what was the robotech rpg?
can you debug ile rpg program using isdb?
how can you display specific subfile page on the screen in unequal subfile?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
What is a record lock error?
What is file identifier where we can use?
what is data area and how it is used in rpg program ?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How to write record if no field or the field are different in physical file in rpgle ?
what is *place and *auto keyword in prtf ?plz explain
What are the types of identifiers?