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?
No Answer is Posted For this Question
Be the First to Post Answer
hi friends........if u know syntax of IEBEDIT IN JCL
What are the rules employed while naming the steps in a job?
what sort card you will use to copy the data from one dataset to another dataset?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
List the various advantages of using jcl language?
Can you delete the GDG base without deleting GDG generations ?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
How do you submit JCL via a Cobol program?
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.
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.