Answer Posted / satyasivaji.ch
Datasets to be concatenated are to be included on the dd
statements in the following order,bigger size first and
lower size as soo on,and datasets to be of same type(means
ps to ps or pds to pds).Must be on same device like we can't
concatenate the datasets which resides on tape with disk,n
same size.etc are the rules to be followed wen we
concatenate the data sets
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
how do you code a null statement?
Is acct parameter mandatory?
Name the statement which can be used to send data to another mvs jes3 node?
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 happens in conversion stage in job processing?
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
Is it possible to left uncode disp?
When space is allocated for an output dataset, what units can be used?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How is the record format of an output dataset specified?
What is the function of dd disp parameter?
What is the difference between the positional and keyword parameters? Give examples.
List the different jcl statements that are not permitted in the procedures?
How to override loadlib?