ihave ten flatfile in that iwant to concatinate all the
files except file 5,6 into output file by uing jcl?
how to do this? give me detail yntax for tis?
Answer Posted / ajay kumar ande
give one DD Name to all datasets excluding 5,6
dd1 dd dsn=dataset1
dd dsn=dataset2
dd dsn=dataset3
dd dsn=dataset4
dd dsn=dataset7
dd dsn=dataset7
dd dsn=dataset9
.
.
.
.
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is condition checking in jcl? Is this possible?
which utility is used a dummy utility?
Explain the function of //jcllib statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What are the rules employed while naming the steps in a job?
What is jcl in mainframe?
How gdg are concatenated?
How can a jobs execution priority be modified?
Is their any set of rules for dd? Explain.
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of the dd mgmtclas keyword in sms datasets?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what happens in execution stage in job processing?