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

WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

8 Answers   ADP,


What is Backward Referencing ?

3 Answers   HSBC,


i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

3 Answers   IBM,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,






What is the maximum length of a single line of jcl?

0 Answers  


how many members can be created inside a single pds?

8 Answers  


what JCL Procedures?

0 Answers  


What is 'S0C7' abend?

9 Answers  


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

5 Answers   Maples, Patni, TCS,


While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?

3 Answers   Steria,


Categories