In which table PLAN is registered in ?
Answers were Sorted based on User's Feedback
How do you submit JCL via a Cobol program?
How do you find which GDG is using which dataset?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is the purpose of the dd keylen parameter?
What are the kinds of job control statements?
What are the parameters that are used in creating a gdg?
what is the meaning of 'sysin dd dummy'
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
what is a null indicator in db2?