Hello,
Another done to death query; as the subject line goes: how to delay/wait/suspend a CICS program for 'n' milliseconds in TS 4.2. CEEDLYM cannot be used in CICS; ILBOWAT0 is a bad idea, CICS DELAY/POST do not support msec until 5.x release. Building a logic to use ASKTIME or similar function is adding additional instructions; how about calling UNIX services in CICS?
Clueless; any guidance is much appreciated.
Thank you.
CICS TS 4.2: Delay in milliseconds
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: CICS TS 4.2: Delay in milliseconds
From http://www-03.ibm.com/systems/z/os/zos/features/unix/subsys.html
I'm not sure there's a good answer for what you want to do, except to upgrade the CICS version?For CICS, you can use EXCI (External Call Interface) to request a CICS service from a UNIX process, but at this time you cannot invoke UNIX services from within a CICS transaction.
-
- Posts: 381
- Joined: Tue Jan 28, 2014 1:52 pm
- Skillset: COBOL, JCL, DFSORT, VSAM
- Referer: Google
Re: CICS TS 4.2: Delay in milliseconds
Thank you Robert.
A bit skeptical here, though is it safe to say that with TS release < 5.x it is not possible to have a < 1 second wait/delay/suspend; if it is so, I'd be darned.
A bit skeptical here, though is it safe to say that with TS release < 5.x it is not possible to have a < 1 second wait/delay/suspend; if it is so, I'd be darned.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 2082
-
by prino
View the latest post
Mon Sep 05, 2022 2:12 am
-
- 5
- 2762
-
by sergeyken
View the latest post
Thu Sep 19, 2024 5:06 pm
-
- 1
- 1755
-
by rogerstrycova
View the latest post
Tue Sep 14, 2021 8:58 pm
-
- 0
- 2064
-
by powerhawk
View the latest post
Wed Mar 13, 2024 1:29 pm
-
- 0
- 3080
-
by dylson
View the latest post
Sat Aug 01, 2020 11:09 pm