by expat » Tue Apr 06, 2010 3:04 pm
Once more let us clarify exactly what JCL is.
it is Job Control Language.
By itself it does nothing. It is used to invoke the chosen program and to define which datasets are to be used by the DD names associated with the chosen program.
JCL does not have magical powers that solve all problems, JCL is merely the vehicule for telling the processor which program you want it to execute.
So, if you might just care to tell us which program you wish the JCL to execute, we might be able to help you