Re: Starting from a specific step in a CL



I had the same problem in the late 1980s when I switched to an AS/400.
We were so used to restarting batch jobs like that. Heck, I remember
when we used to pull cards out of a deck to restart the job at the
failed step.

My problem was I had to realize the AS/400 is not a mainframe and CL is
not JCL.

If your CL is translated JCL, I can imagine the kind of problems you
are having. CL is not written like JCL. The first thing that perplexed
me about CL was that you had to compile it. Compile a command list? I
asked how I could run a CL without bothering to compile it. I got some
funny looks from an IBM instructor on that one.

Your work-around solution with the PF sounds about like the middle
ground I would suggest.

Going forward, I suggest you need to adopt another approach to writing
new CL programs. They tend to be more granular than JCLs. They also
tend to detect when a step can be skipped through various commands. It
is quite a transition in thinking, but I made the transition after a
few failed attempts.

.



Relevant Pages

  • Re: Object Inspector for CB6
    ... I got JCL to compile/link. ... Downloaded latest JVCL, read the install docs, and of course, there is NO ... > compile them the other way round and this error will be solved. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: How to C++ compile, link, run on Z/OS - newbie
    ... serously a pain to edit those files, espicially since I don't know JCL. ... trouble debuging those JCL files to even to get C++ progarm to execute. ... Is there any way to quickly compile and run C++ ... the IBM website for the manuals relevant to C++, ...
    (bit.listserv.ibm-main)
  • Re: How to C++ compile, link, run on Z/OS - newbie
    ... serously a pain to edit those files, espicially since I don't know JCL. ... Looks like I am spending all my time *trying to* debuging those JCL ... trouble debuging those JCL files to even to get C++ progarm to execute. ... Is there any way to quickly compile and run C++ ...
    (bit.listserv.ibm-main)
  • Re: Object Inspector for CB6
    ... You obviously tried to compile CJclVclx.bpk before Cjcl.bpk. ... Further on the JCL, avoid using the installer, I'm not sure it ... there is no problem using the installer, ... JVCL Developer ...
    (borland.public.delphi.thirdpartytools.general)