shall we concordinate two different length dataset in to a
new date set.
Answer Posted / syana
Datasets need to be of the same length for concatenation
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How can unused space allocation be returned to the system when a dataset is closed?
which utility is used to run a cobol-db2 program?
when can a job time-out occur? How to overcome that?
How do you overcome this limitation ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is use of space parameter in dd statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How jcl is used for testing batch programs?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what happens in execution stage in job processing?
what is DSN in JCL and what are the parameters to declare the DSN?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is DSN parameter and DISP parameter is used for?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
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?