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 have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
A dd statement consists of 4 fields. Name them?
what is full form of AIX
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
In which table PLAN is registered in ?
what is the compile process of cobol program expalin with code
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
When cursor is not closed what is the error?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?