shall we concordinate two different length dataset in to a
new date set.
Answers were Sorted based on User's Feedback
Answer / guest
they can be provided you keep the dataset with largest size
first.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / bala
Use OUTREC to make both the DSN of same length. In the
following step we can concatenate both the DSN into a single DS.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sravanthi
Obtain two datasets with same LRECL using OUTREC in sort
card...Then concatenate these two datasets
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / syana
Datasets need to be of the same length for concatenation
| Is This Answer Correct ? | 3 Yes | 4 No |
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
explain concatinating datasets?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
Name the system library from which modules are retrieved at execution
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
The maximum number of in-stream procedure you can code in any JCL is ?
is there any way to execute more than one proc in the same exec statement at the same time..?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the function of the steplib dd statement?