List the different jcl statements that are not permitted in the procedures?
No Answer is Posted For this Question
Be the First to Post Answer
How to copy one PS file to multiple PS files with same data?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
What are the utility programs in jcl?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
Is there any command to check wether the ps file is in sorted order?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
How to execute 300 steps in a Job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
what is fixed length and variable length and difference between them
wht happens if blksize = 0 and lrec = 0 ?