Are there any set of rules for the names of the steps used in a job? What are they?
Can we browse or edit the GDG dataset if it is a tape entry?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
Can you code instream data in a PROC ?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How do you skip a particular step in a proc/JOB?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Suppose I have five jobs to do. But I want to hold one?
Mention the types of job control statements?
in ways data can be passed to a COBOL program from JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP