the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / mr. cooooool
Hi................
U can also open a file using dslist
as following.
DSLIST 'COOL.TOP.JCL'
Thanks.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can unused space allocation be returned to the system when a dataset is closed?
What is the difference between run mode and addressing mode?
how you will the direct the data to spool using sysout option?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How do you submit a job for execution?
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
What is use of restart and how to use it?
What statement can be used to send data to another mvs jes3 node?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the purpose of dd dummy statement?
Give the syntax of job specifying jcl statement.
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Can we call instream to catalog and catalog to instream?