what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.
Answer Posted / sravani
time=0 gives unpredictable results
blksize=0 so that the best size is chosen by the system, based
on the device used for storing the dataset
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List in order the hierarchical levels of jcl?
Explain about LMFREE�free data set from its association with data ID
What statement can be used to send data to another mvs jes3 node?
Differentiate between the joblib and the steplib statements?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how do you code a null statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the function of job statement in jcl?
How do you submit a job for execution?
what is use of disp parameter in dd statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is JCL?