Answer Posted / 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 |
Post New Answer View All Answers
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How does jcl specify the job to the operating system?
Explain how can values be passed from the job stream to an executable program?
In job processing, what happens in execution stage?
What do you understand by the term job time – out and how can you overcome that?
What is the significance of addrspc parameter in the exec statement?
What do you understand by the terms: joblib and steplib?
How jcl is used for testing batch programs?
Why block size is multiple of lrecl in jcl?
whats the diff bw the evaluate also and and?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the purpose of dd * statement in jcl?
what are the various stages of job processing?
what is JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file