Explain concatenating datasets?
Answers were Sorted based on User's Feedback
Answer / prashanthkodakani
concatinating more than one data set in single input file
we can concatinating : 16 pds
255 sds(sequential data set)
recfm,recsize should be same
which data set is highest blksize that's treated as first
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / guest
Datasets can be grouped in a DD statement one after another,
eg. in a JOBLIB statement where the load module can exist in
one of many datasets.
| Is This Answer Correct ? | 4 Yes | 0 No |
How to skip first step of a job? Can we use COND on the first step?
how can handle the s0c4 abend???
How is a type of file defined in the jcl that executes the cobol program?
How to find in aparticular step how many versions a paricular gdg base have?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What all are the changes to be made in JCL so as to do testing?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
what is the use of IEBGENER utility?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
How to do automated restart when a job abend?
How to send data from cobol program to jcl?