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 |
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
Explain how can a stopped job be started again?
What is RESTART? How is it invoked?
what is force complete
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
wt will happen to the step of a job if u code COND=ONLY
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
what is the meaning of 'sysin dd dummy'
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?