what EXEC statement is and what is the syntax of EXEC statement used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
How do you send the output of a COBOL program to a member of a PDS?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is a null indicator in db2?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
How is a type of file defined in the jcl that executes the cobol program?
what is the use of IEBGENER utility?
I need exexution process for JCL programs
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
how do u send return code from cobol to jcl ?