can we modify the code in copy book? if it possible how to
submit ofter the modification.
Answers were Sorted based on User's Feedback
Answer / swathiii
Yes. We can modify the code in copy book. To reflect the
changes made, just compile it and then run
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / mayank
Yes we can modify the code in the Copybook. But make sure
to recomplie the program which is going to use the copybook.
By doing this the changes made in the copybook will be
available in the program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raj
yes,we have to recompile the impact programs
impact programs can find by using ISPF 3.14
| Is This Answer Correct ? | 0 Yes | 0 No |
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
suppose i have 10 job steps and i want to execute only step 6.How to write?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What is the meaning of keyword in JCL? What is its opposite?
What is the difference between the JOBLIB and the STEPLIB statements?
How do you submit a JCL under CICS environment ?
How to execute step2,step1,step3 when step1,2&3 are in order
what is a null indicator in db2?
What is jcl in mainframe?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What is the function of a dd statement?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?