what are the limitations of cl (compare to rpg) ?
Answer / vinay kumar gupta
you can not use CL program to ADD or UPDATE records in database files.
Use Printer or ICF files.
Use Program described files.
Use the concept of subfile (to display more than one record), but a single output message subfile is a special type ofsubfile that is supported well in CL.
Use subroutines.
You cannot declare more than one object (file) in a CL programme.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we run a batch job?
What is a library list ?
what are the different types of variables available in cl?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM Can u plz tell me what the above code do exactly?
What are the system objects required for journalling?
What is the use of OVRDBF ?
what is the purpose of data structure?
What the purpose of the keywords FIFO, LIFO, FCFO?
what is the difference between udate and the system date?
What is Multi-format logical file?
Can you use multi format LF in CL program?
when is a tag statement used in rpg?