Why would you prefer OPNQRYF than logical file?
Answer / jeetendra yadav
The main difference is : Logical file creates permanent object on the system. OPNQRYF creates temporary access path.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is *inzsr used for?
how many maximum spaces could be given in o specs?
i have recently moved to hyd. i would like to know which is the best institue to learn AS400. are there any in ameerpet? thanks.
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
What is the difference between /copy and /include in RPGLE?
What are the types of data structure in as400?
how do you specify the number of records to roll in a subfile ?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
how can u check no of records in a file?
what is full form for dds?
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..