IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?

Answer Posted / ravikumar. r

You can IEBEDIT utility for your requirement. The syntax as
follows.

Syntax:
//JOBCARD
//PS010 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=path of your JCL,DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(PS008,PS004)
/*

Is This Answer Correct ?    26 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1955


Explain how can the disposition of sysout datasets be set for an entire jobstream?

622


if the submitter of a job wants to inform another user about the job completion, how can it be done?

739


Explain dd statement in jcl?

628


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

733






Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1957


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2040


How can unused space allocation be returned to the system when a dataset is closed?

800


How is the record format of an output dataset specified?

729


What do you know about jcl?

638


How to pass data to a program that is coded in an exec statement?

809


List in order the hierarchical levels of jcl?

658


How to execute 2nd and 4th steps among 5 steps in jcl proc?

740


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1650


what is use of dcb parameter in dd statement?

762