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
I need exexution process for JCL programs
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is condition checking in jcl? Is this possible?
How to override loadlib?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl? If yes, how?
Differentiate between addressing mode and run mode.
Explain how can an in-stream dataset be terminated?
what is JCL?
what is a jcl?
what is the resolution for sb37 error
How dummy is used in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how do you access an uncataloged dataset in a jcl?