How can you execute a COBOL program via SYSIN in JCL?
Answer / vinay sonar
cut the COBOL program and paste in into
//SYSIN DD*
//
and then submit the job.
Here COBOL program acts like instream data for JCL
| Is This Answer Correct ? | 1 Yes | 7 No |
How can the disposition of sysout datasets be set for an entire jobstream?
What is meant by S0C7 system abend code?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Is there any command to check wether the ps file is in sorted order?
Name some of the JCL statements that are not allowed in procs.?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
Explain COND used in JCL?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
Is their any limit for data sets?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent