Post New Answer View All Answers
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
which parameter is use to declare the name of dataset in dd statement?
Explain how can return codes be tested before execution of a job step?
what is the use of JCL?
What is the syntax of JCL statement?
How is a type of file defined in the jcl that executes the cobol program?
how you can direct the data to spool using SYSOUT option?
How to do automated restart when a job abend?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to alter the parameters for the existing gdg?
Differentiate between addressing mode and run mode.
Must tape dataset definitions include vol=ser specifications?
Explain the jcl exec 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 do you access an uncatalogued dataset in a jcl?