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 / mohan.chepuri
time=0 the job not submitted
blksize=0 then block size is empty it to jcl error
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you submit a job for execution?
Is it possible to code instream data in a PROC?
How is a type of file defined in the jcl that executes the cobol program?
What are steplib and joblib? What for they are used?
Is their any limit for data sets?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the purpose of dd dummy statement?
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' ?
How does jcl act on code(if you take a cobol program)?
Name what parameter directs the output of the job log dataset?
what is SOC4 error?
Must tape dataset definitions include vol=ser specifications?
in ways data can be passed to a COBOL program from JCL?
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?
Explain the function of dd disp parameter?