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 |
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
Are there any set of rules for the names of the steps used in a job?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How does jcl act on a cobol code?
how GDGs are concatinated?
Explain the purpose of dd dummy statement?
How to copy one PS file to multiple PS files with same data?
What is a COND parameter in JCL?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
How do you override a parameter in Positional parameters?
how do you code a null statement?