How can values be passed from the job stream to an executable program?
No Answer is Posted For this Question
Be the First to Post Answer
Name some of the JCL statements that are not allowed in procs.?
Explain the purpose of dd dummy statement?
How to ALTER the name of a GDG ?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain about LMPUT-
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
What is DSNDB06 ?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
how to run batch program without 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.