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
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
in jcl you are having JCLLIB and STEPLIB what happens
what sort card you will use to copy the data from one dataset to another dataset?
What do you understand by the term notcat 2 – gs?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
Explain about Cobol Subroutines
How dummy is used in jcl?
how to code instream data in procedure?