How to execute step2,step1, step3 if step1,2,3 are in order

Answer Posted / r

using IEBEDIT utility, in Job instream card,


//step001 exec pgm=iebedit
//dd1 dd dsn=<job-name>,disp=shr
//dd2 dd dsn=(*,intrdr)
//sysin dd *
Edit type=include, member=(step2,step1,step3)
//

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are some jcl statements that are not allowed in procedures?

722


How gdg are concatenated?

668


what are the types of abends that occur on job failure? And explain the possible causes of these

1112


Is it possible to left uncode disp?

708


Explain how can values be passed from the job stream to an executable program?

608






Define concatenating?

662


what are JCLLIB and STEPLIB in JCL?

669


Which dd parameters are required?

684


Explain the function of dd disp parameter?

591


What is multithreading in jcl?

933


what is use of dcb parameter in dd statement?

769


Is it possible to define dd statements as you want?

644


State the uses of syspring, sysin, sort fields, sum fields and dummy.

642


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1982


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1985