1.

What Are The Limitations Of Cl (compare To Rpg) ?

Answer»

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 of subfile that is SUPPORTED well in CL.
Use subroutines.
You cannot declare more than one object (file) in a CL programme.

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 of subfile that is supported well in CL.
Use subroutines.
You cannot declare more than one object (file) in a CL programme.



Discussion

No Comment Found