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 |
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?
I had 100 steps in jcl i want to execute first 10 steps only?
What is a PROC? What is the difference between an instream and a catalogued PROC?
How to compare 2 files using File-Aid?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
How to use COND Parameter in jcl
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
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?
I have three files for one step i need to override the third file how to do that in jcl?
Which dd parameters are required?
What is order of searching of the libraries in a JCL?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.