How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
No Answer is Posted For this Question
Be the First to Post Answer
delete rules in db2
how do you access an uncataloged dataset in a jcl?
what is the use of temporary files?
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
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is order of searching of the libraries in a JCL?
SORT card to eliminate duplicity.
Explain how can return codes be tested before execution of a job step?
what is instream data
How to get the last but one duplicate record of the file using Sort?
What is the function of //cntl statement?