Please can any one Create JCL to do following:
1.create GDG base which will contain the output from a weekly run.Therefore the group should be large enough to contain 52 weeks of data.Define a model DSCB .
2.create three GDG generations using the model DSCB.
The first GDG generation should aontain the EMPLOYEE data in the following format:
01 EMP-REC.
05 ENO PIC X(5).
05 ENAME PIC A(15).
05 ESAL PIC 9(6).
3. Sort first GDG generation on the basis of ESAL in descending order, ENAME in ascending order and create a new GDG generation to contain the sorted data in the above order.
4. Delete the first GDG generation using JCL.