What is the motivation behind coding class parameter in job statement?
Can you delete the GDG base without deleting GDG generations ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
what is the purpose of coding class parameter in job statement?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
wht r different types of sort fields in jcl ?
what sort card you will use to copy the data from one dataset to another dataset?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
In DCB, what is LRECL,BLKSIZE,DSORG
What is the function of job statement in jcl?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?