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 |
Give the syntax of job specifying jcl statement.
How to identify in JCL that an input file is empty without reading it?
what is the purpose of coding notify parameter in job statement?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is inrec fields and outrec fields in sorting
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
how you will the direct the data to spool using sysout option?
How do you submit a JCL under CICS environment ?
jcl is like a complier....?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?