IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / biswajit jena
In Job card RESTART = Procname.STEP2.This will result the
to start at STEP2 proc.And
In Exec statement of the job that invoking the proc u can
code COND.STEP3 = (0,LE),The result of this is the STEP3
of proc will have COND=(0,LE).Whcih is allways true so this
step will be always bypassed.As a result of both only STEP2
of proc will be excuted.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
A dd statement consists of 4 fields. Name them?
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?
Explain the function of the steplib dd statement?
How do you submit a job for execution?
what happens in execution stage in job processing?
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 purpose of dd * statement in jcl?
Is condition checking possible in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Where can program checkpoints be stored for use in a restart?
what is the use of JCL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?