Q. 1.What would be structure of CL PGM.
2. What are the levels of CL PGM.
3.How many files can be defined in new CLLE program?
Answer Posted / abhishek
You can also declare file before declaring variable. i.e.
PGM
Declare files
Declare variables
Program processing statements
ENDPGM
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
how can I give more performance to some selected pages?
why is as/400 called object oriented machine?
which are the relational operators in rpg?
what are the different commands used in rlu ?
define subsystem?
how many printer files maximum can be used in single rpg program?
what is *iso date format?
how will you search an array?
what is the maximum number of fields under a record format of physical file?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
what is xfoot opcode ?
using dfu, user will be able to ___________ from physical file?
can a indexed file be accessed in arrival sequence in rpg program?
can you display a empty subfile?
when would you prefer logical file than opnqryf?