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 |
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?
What is the purpose of the following? A CSRLOC (F1ROW F1COL)
What is array in as400? What are the types of array?
how can you execute a command from within an rpg program without calling a clp program?
Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?And please tell me what is the difference between SCAN AND CHECK opcodes?can any body tell me in real time senario?with example?
What is keyword PFILE specifies ?
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?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what is logical file?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
What is the difference between crtdupobj and copyf?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?