i have 6 steps in my jcl program
after going to 5th step i want to execute 3rd step.....how can
i do it....by using(RESTART) can i do it or not?
Answer Posted / harsha
Use DPRTY parameter. With this parameter, we can change the
order of execution of each steps but we cannot skip the
execution.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
What is the format of comment statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Is it possible to code instream data in a PROC?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
What is the syntax of JCL statement?
what happens in execution stage in job processing?
How to run cobol program using jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are steplib and joblib? What for they are used?
What is the function of a dd statement?
Is acct parameter mandatory?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the jcl procedures?