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 |
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Describe the DD statement, its meaning, syntax and keywords?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
How can we increment subscript and index?
what happens if job falls in loop ? how to resolve it ?
how to create a member or sequential dataset through tso command??
what is use of space parameter in dd statement?
What is a JCL Command statement ?
Which statement is used to identify the private libraries in job?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How can i execute 5th step without executing first 4 steps?
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset