what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
When we give TYPERUN = SCAN , what are the syntax errors we get?
what is A-MODE and R-MODE?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
how to count the number of members in pds?
How do you designate a comment in JCL?
I need exexution process for JCL programs
Can we change the LIMIT of GDG?
How to get the last but one duplicate record of the file using Sort?
What is a JCL Command statement ?
Mention the types of job control statements?
How do you pass parameters to the program as the job is being executed ?
How to identify where file is empty or not? How many ways are there to identifying?