what are the limitations of cl (compare to rpg) ?
Answer Posted / 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 |
Post New Answer View All Answers
in which specification the report layout can be defined?
what if my system I runs with system value qccsid 65535?
how to read database records without locking them?
in conjunction with what other keyword must ovrdta and ovrata be used?
how can you specify no duplicate key?
when would you prefer logical file than opnqryf?
define the purpose of the iter operation?
How do you check object lock
how to declare a constant variable in the freeformat?
how to get the cursor position?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
what is overlay?
records can be read/update/deleted with which file?
How to avoid using indicators in ile ?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.