how can we pass external data to instream procedures
Answer Posted / guest
By using symbolic parameter in DSN
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
What is multithreading in jcl?
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.
How does the jcl specify the job to os?
What is the significance of addrspc parameter in the exec statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
which parameter is use to declare the name of dataset in dd statement?
Is condition checking possible in jcl? If yes, how?
Explain the job statement in jcl?
Suppose I have five jobs to do. But I want to hold one?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
i want to store 20 digits . how will u do it in cobol ?
What is the function of the dd mgmtclas keyword in sms datasets?
what is the compile process of cobol program expalin with code