can we modify the code in copy book? if it possible how to
submit ofter the modification.
Answer Posted / 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 |
Post New Answer View All Answers
How does jcl specify the job to the operating system?
Is acct parameter mandatory?
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 EXEC statement is and what is the syntax of EXEC statement used in JCL?
Differentiate between the joblib and the steplib statements?
What is the purpose of dd?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain dd statement in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of //cntl statement?
What are steplib and joblib? What for they are used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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?
What is the function of the dd avgrec keyword in sms datasets?