Search found 1 match

by rajamohan.v
Thu Jun 09, 2011 12:28 pm
Forum: JCL INTERVIEW QUESTIONS
Topic: doubt in jcl
Replies: 5
Views: 12239

Solution to concatenate selected steps

Hi All, Here i am using Instream procedure to concatenate the selected steps. Inside the procedure code the concatenate step using IEBGENER. //INST PROC //STEP1 EXEC PGM=IEBGENER //SYSUT1 DD DISP=SHR,DSN=Project.group.type1 // DD DISP=SHR,DSN=Project.group.type2 // DD DISP=SHR,DSN=Project.group.type...