wht do u mean by inrec and outrec ?
Answer / shaan
Both are used during sort program..inrec is used to format
the records of the file before sorting while outrec is ued
after sorting the records.
| Is This Answer Correct ? | 31 Yes | 3 No |
Explain dd statement in jcl?
Is it possible to define dd statements as you want?
How to empty the records in jcl
How to copy one PS file to multiple PS files with same data?
How much space OS allocates when you create a PS or PDS?
when GDG version number get changed ? bcz always Generations only increasing.
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
wht r different types of sorts ?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )