Answer Posted / swathiiii
By typing c infront of the dataset
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is DSN parameter and DISP parameter is used for?
What is multithreading in jcl?
What are the jcl procedures?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of //cntl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what operation is performed by job statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How does the jcl specify the job to os?
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?
In job processing, what happens in execution stage?
what is SOC4 error?