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 |
Explain about Specifying compiler options in the PROCESS (CBL) statement
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
Give the syntax of job specifying jcl statement.
which utility is used to update pds?
How jcl is used for testing batch programs?
how you will define a temporary dataset in jcl?
how do you code a null statement?
what is use of disp parameter in dd statement?
what is the purpose of coding class parameter in job statement?