Answer Posted / gaurav
We can set the RETURN-CODE in COBOL which is passed to JCL
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain dd statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain the function of the dd dcb keyword?
Explain dfsort utility?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the function of //jcllib statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the use of IEBGENER utility?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of dd disp parameter?
What dd statement is used to supply the name of a dataset?
what is the purpose of coding notify parameter in job statement?
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?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What do you understand by the terms: joblib and steplib?