In years gone by, I had checkpoint/restart in COBOL programs using Tape, so that they could pick back up from the last checkpoint. Obviously a long running program since it was processing multiple tapes (reel to reel stuff).

In the COBOL 6.2 Programming guide, there is chapter 36 that is about Interrupts and checkpoint/restart, and that is found about p. 651 (SC27-8714-01).

In the JCL REF, there is info on SYSCHK DD, and RESTART (JOB stmt) that is associated.

I've not used these for many years.

But they are documented and are possibly still in use in certain customer sites.

If IBM gets rid of this, they may have a loud cry from Banks and/or TELCOs and others that have a short period of time to process all their monthly data.

Granted, paperless statements have solved many of these old problems, but still...

Steve Thompson

On 6/18/2023 3:59 AM, Binyamin Dissen wrote:
On Sat, 17 Jun 2023 19:50:01 -0700 Tom Ross <[email protected]>
wrote:

:>  Does anyone know if there are people/applications using checkpoint/restart 
in
:>COBOL applications?  The doc only shows it is usable in programs that use 
SORT,
:>I have not heard of customers doing this in years, but someone in IBMMAIN 
would
:>know better than me!  The reason for the question is that IBM is considering
:>removing that capability from z/OS and we are wondering how much of an impact,
:>if any, this would be on COBOL applications?  (Actually PL/I also, but I work
:>in COBOL so kind of focused on that :-)

The Smart/Restart product uses it and runs COBOL applications.

--
Binyamin Dissen <[email protected]>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to