is there any way to execute more than one proc in the same
exec statement at the same time..?
No Answer is Posted For this Question
Be the First to Post Answer
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?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
GDG Create syntax ?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
How is a GDG base created?
what is the Difference between SYSIN and PARM ?
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? )
What parameters can be used to limit the number of records written to a sysout dataset?
Explain the purpose of dd dummy statement?
how you will define a temporary dataset in jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?