Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
No Answer is Posted For this Question
Be the First to Post Answer
Define concatenating?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Explain about LMQUERY�give a dialog information about a data set
why do we use file-aid wht r the adv of using file-aid thn in ispf
How do you designate a comment in JCL?
how to run JCL thru COBOL.
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how to see the latest generation in gdg?
What is catelog procedure and how many catelog procedure to use in one job?