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 |
Describe about Query/400?
what is sflrolval?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
how can we run a batch job?
what keyword must be used with protect keyword ?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?
can anybody give the interview questions list of RLU. plz mail me: dinesh_sati07@yahoo.com
what is the command to know how many lf are related to a pf?
What is source physical file?
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.