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

There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?

9 Answers   Infosys,


how to do automated restart when a job abends?

0 Answers   IBM,


One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

1 Answers   CTS,


What do you do if you do not want to keep all the space allocated to a dataset?

2 Answers  


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,






In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


How can the disposition of sysout datasets be set for an entire jobstream?

0 Answers  


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

0 Answers  


what is force complete

2 Answers   IBM,


How can a jobs execution priority be modified?

0 Answers  


Definition of COND parameter in JCL

5 Answers   TCS,


What does the one advantange of using IEBUPDTE?????

2 Answers  


Categories