Answer Posted / ankur
I am prety much sure that Instream data can not be passed
thru a cataloged PROC.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How do you access an uncatalogued dataset in a jcl?
How jcl is used for testing batch programs?
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?
what is use of disp parameter in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain how can a jobs execution priority be modified?
what operation is performed by job statement?
Differentiate between addressing mode and run mode.
what is DSN parameter and DISP parameter is used for?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can the submitting users racf authority be overridden in a job stream?
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 to submit a jcl from cics?