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 |
Name the statement which can be used to send data to another mvs jes3 node?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
What is use of restart and how to use it?
how you will the direct the data to spool using sysout option?
What parameter directs the output of the job log dataset?
Please give me the coding for converting VB to FB and FB to VB
Explain how can the submitting users racf authority be overridden in a job stream?
Is their any set of rules for dd? Explain.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file