Page 1 of 1

Is JCL really useful?

PostPosted: Wed Jun 16, 2010 9:54 am
by ramesh4mainframes
By using ISPF panel we can create dataset, delete, copy the members, copy the data........ etc. Whatever the functionality avail in JCL almost all will be can done by using ISPF....
So, my doubt is ISPF is user friendly then why should have to go for JCL?

Thanks,

RamS

Re: Is JCL really useful?

PostPosted: Wed Jun 16, 2010 5:26 pm
by Robert Sample
ISPF requires someone sitting at a terminal. JCL jobs can execute in the middle of the night when there is nobody at the terminal.
ISPF cannot handle the millions of records in a normal production environment -- JCL jobs can.
ISPF cannot be scheduled to start at 7 PM when the CICS region comes down. JCL jobs can be scheduled.

Re: Is JCL really useful?

PostPosted: Thu Jun 17, 2010 2:01 pm
by ramesh4mainframes
Thank you Robert,

Your answer really useful to me..




Thanks,
RamS