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 |
How can a fb file convert to vb file using sort program?
how many max steps can we use in a job? pls answer to my question
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How to print data of sequential file to Spool..?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
How to submit jcl through a cobol program?
what are the technical terms for // /* in jcl
What are the parameter in the job card wihtout which job won't run........
what is SOC4 error?
What is the purpose of disp parameter?