What is the difference between Physical and Logical files ?
Answer / avneesh kumar verma
Physical file contains data, where as Logical file serves as a access path to database.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the necessary keyword for non-join logical file?
what are necessary keywords to code message subfile?
When would the ALL keyword be used?
How to avoid using indicators in ile ?
does we use case stmt in cl
What is the difference between a Physical File & a Logical?
28 Answers Accenture, ACS, IBM,
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
What is SFLPAG
what is the correct about QTEMP library(below mention)? a.it is Unique to a job b.it can be shared between different job c.it can only be deleted by QSECOFR d.Non Please give me the answer for this?
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
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..