how can u identify the db2 from jcl ?
Answers were Sorted based on User's Feedback
Answer / lu
In JCL u see :
1) STEP1 EXEC PGM=IKJEFT01
2)SYSTSIN DD *
DSN SYSTEM(DSN)
RUN PROGRAM(PGM157) PLAN(PLAN157) -
LIB('IBMMFS.MACC.LOAD')
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / vimal
we can find that in bind statement. which means binding to
database
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
what is use of space parameter in dd statement?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How to ALTER the name of a GDG ?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What is the function of a dd statement?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is dummy parameter in JCL??
i want to avoid the positional parameter how to code it ?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
How to print data of sequential file to Spool..?