Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?
Answer Posted / sk
Use IEBEDIT
//IEBEDITJ JOB ACCT,'',CLASS=P,MSGCLASS=T,MSGLEVEL=
(1,1),NOTIFY=&SYSUID
//STEP0001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=xxxxx.yyyyy.zzzzz,DISP=SHR
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
Can we use DISP=SHR in output file in JCL
what is the JCL statement consists of?
What is job control language?
What is the purpose of dd * statement in jcl?
What is multithreading in jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is the compile process of cobol program expalin with code
Explain dfsort utility?
What is the difference between run mode and addressing mode?
How does jcl act on code(if you take a cobol program)?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what are the various stages of job processing?
What do you understand by the term notcat 2 – gs?