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 |
Explain about SYSVAR
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
whats the diff bw the evaluate also and and?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is JCL?
How many days does a job remain in spool
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
Can a PS file be read in reverse order?If so,how
List the different components of jcl statement?
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?