Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How does jcl act on a cobol code?
What is the use of disp parameter?
How can a stopped job be started again?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How do you overcome this limitation ?
how to run batch program without jcl?
What is one line to pass PARM from JCL to COBOL?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the purpose of disp parameter?
What is the format of comment statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the purpose of dd?
Why block size is multiple of lrecl in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?