how do u send return code from cobol to jcl ?
Answers were Sorted based on User's Feedback
Answer / lu
EX : in step02 , your cobol program, u move 16 or something
else to return code...without define return code in
wss..and you test if return code = 16 in your step03
| Is This Answer Correct ? | 2 Yes | 0 No |
Which COND paramter will u use to execute the step only if the previous step does not execute
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How does jcl specify the job to the operating system?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Name the system library from which modules are retrieved at execution
how to set dependancy for jobs?
can we maintain 2 generations with different Lengths in Same GDG ?
What is a JCL Command statement ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
i need some shortcuts and tso commands can any on ehelp me in these ?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?