A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What is RESTART? How is it invoked?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
Is it possible to code instream data in a PROC?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
How jcl work to handle various input output file operations?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
How to overide the symbol parameter in the jcl ?
What are the default system and catalog libraries in JCL?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
what are the options in file-aid to edit vsam dataset and to compare data sets.
How to identify in JCL that an input file is empty without reading it?