What is the meaning of the following declaration :
DCB=BLKSIZE=,
What is the difference between above declaration & not
specifying DCB at all for a output file?
Answer / gaurav
it specifies the block size. If not specified, system will
automatically assign the block size for the data
| Is This Answer Correct ? | 3 Yes | 0 No |
Describe the various parameters utilized in the creation of a gdg?
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
how can you check if a file is empty using jcl?
How to skip first step of a job? Can we use COND on the first step?
Explain the function of the dd dcb keyword?
What are the rules employed while naming the steps in a job?
wht do u mean by notify parameter, how can u give acess to multiple users ?
What is the format of comment statement?
What are the parameter in the job card wihtout which job won't run........
What is a Generation Data Group (GDG)?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes