Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

JCL

day1:

1.write the jcl program for deleting the ps and pds using IEFBR14.

2.write the jcl program for copying from one ps to pds(mem),one pds(mem) to ps, one pds(mem)
to another pds(mem) and
one pds to another pds using IEBGENER.

Note: write down the errors in your note,what combinations are not working.

3.write program for concatenating the morethan one ps using IEBGENER?

day2:

1.write down the program for compressing the pds using IEBCOPY?

1.Try question 1,2 and 3 of day 1 using utility IDCAMS and write down in your note ,what are the
combinations are working?

3.Create GDG with 4 different combinations by using (Empty/Noempty,Scratch/Noscratch) and


write the documentation,what u understand after creation.(use limit is 3).

4.Try to rename the GDG base and GDG members?

5.write program for concatenating the gdg members using IEBGENER without using GDG
membernames?

6.write down the program for executing the particular steps using IEBEDIT?

day3:

1.write one program with if.. then...else?

2.write one program for Merge operation using SORT utility?

3.write one program for rearrange the data by using INREC and another pgm for OUTREC in sort
utility?

4.Write catalog procedure in JCL,inside the procedure,write IEBGENER program.By using


symbolic parameter,set the value for SYSUT1 and SYSUT2 statements.

5.Write catalog procedure in JCL,inside the procedure,write IEBGENER program.By using SYSIN
dd statement, reorganise the format of input ps.

6.consider the data inside the ps as following:

4000 pooja pune


5000 malik pune
6000 subbu bangalore
7000 salim bangalore
8000 tinu chennai

Now by executing jcl,i need pune records in separate ps,bangalore records in separate ps and
chennai records in separate ps.In single execution of jcl,all the records to be filtered.

You might also like