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 |
can anyone explain me about sort in jcl with inrec and outrec ?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
how to put a dependency on job in jcl using opc scheduler?
Explain concatenating datasets?
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.
How can a jobs execution priority be modified?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
whats the diff bw the evaluate also and and?
What is the significance of addrspc parameter in the exec statement?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?