Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE
Answer Posted / ram.g
you can use iebedit utility
eg:
//xxxxx job ( ) .....
//step001 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn= your.dsname,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type =include,stepname=your stepname
/*
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What statement can be used to send data to another mvs jes3 node?
How is the record format of an output dataset specified?
When output dataset space is required, what quantity categories are used?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What do you understand by jcl?
What is the difference between the positional and keyword parameters? Give examples.
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How is a type of file defined in the jcl that executes the cobol program?
Suppose I have five jobs to do. But I want to hold one?
Explain the function of //jcllib statement?
Is there any command to check wether the ps file is in sorted order?
What is the function of a dd statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is acct parameter mandatory?