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 / saikishore
1. Not sure
2. if it is in sort output file then it will create the file
as input file. if it is a normal creation then file will be
created but you can't do anything with the file, if u tried
to open then 'invalid blksize' will appear.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
how would you create a temporary dataset? And where will you use them?
Is automatic restart possible in jcl? If yes, how?
What do you know about jcl?
How does jcl act on a cobol code?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is the function of dd disp parameter?
What are steplib and joblib?
Is it possible to left uncode disp? If yes, how?
Why block size is multiple of lrecl in jcl?
what is SOC4 error?
How can a jobs execution priority be modified?
Explain about LMFREE�free data set from its association with data ID
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 ?
What are hierarchy levels in jcl?