What is JOBLIB and STEPLIB in JCL? what is the purpose of
using it?
Answer / sai
Both joblib and steplib for specifying where loadmodule is
located. I.e address of loadmodule dsn. But here big
difference between joblib and steplib is IF you give
loadmodule address in joblib it assigns to all steps in one
jcl. I.e for all steps takes this loadmodule address.
In steplib: loadmodule for that step only.i.e takes
address of loadmodule for that step only.
and if you give both steplib, joblib, For each step steplib
address overrides joblib address.
Is This Answer Correct ? | 56 Yes | 1 No |
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
Explain about different table spaces.
How is sign stored in a COMP field ?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How To move a value to an array using move verb?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between PIC 9.99 and PIC9v99?
Describe the difference between subscripting and indexing ?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it