I am a student, i dont have hundreds or thousands of jobs. I have wrote a jcl that will create a sequential file....
RUN1 EXEC NEWDS,MLQ=CW,LLQ=DATA1,
QTY=TRK,PRI=100,SEC=50,
TYPE=BASIC,
RECSIZE=80,FM='FB,DSORG=PS'
my next task is to sort some data (provided by my lecturer) and write the output the the PS created above (data1)
Thank You