Joined: 13 Feb 2007 Posts: 55 Location: Pune India
hi i tried to tailor 2 jcls one is a jobcard and another a jcl
but i found that whennever there is a line in the jcl like
// if rc > 0
or if rc<2
the lines after this line were not being included ..why is that is there any solution to this???
the jcl (jcl2) had a line like rc >0 i found that the line after the jcl were not being included for submission.
then i changed the jcl file to another one (jcl3) which did not have this step .that jcl was fully included .why is it so???
Joined: 13 Feb 2007 Posts: 55 Location: Pune India
ok so if i have understood it correctly,then replacing rc>0 with rc>>>0 will do the trick..does that mean that in the finally tailored jcl i will get the statement as rc>0 itself???