how can u identify the db2 from jcl ?

Answers were Sorted based on User's Feedback



how can u identify the db2 from jcl ?..

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

how can u identify the db2 from jcl ?..

Answer / vimal

we can find that in bind statement. which means binding to
database

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

Name the statement which can be used to send data to another mvs jes3 node?

0 Answers  


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?

5 Answers   iGate,


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?

4 Answers   Wipro,


What is use of restart and how to use it?

0 Answers  


how you will the direct the data to spool using sysout option?

0 Answers   IBM,






What parameter directs the output of the job log dataset?

0 Answers  


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


Explain how can the submitting users racf authority be overridden in a job stream?

0 Answers  


Is their any set of rules for dd? Explain.

0 Answers  


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.

3 Answers   IBM,


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

0 Answers  


Categories