|
One could use the Presystem Request Program Exit Program function to accomplish this setting of a flag. The exit can be found in the Information Center under Programming/APIs/APIs by category/Work Management/Presystem Request Program Bruce "mlazarus@ttec.com " <mlazarus To: midrange-l@midrange.com Sent by: cc: midrange-l-admin@m Subject: RE: Suggestion for a new System Request option idrange.com 12/11/2002 02:42 PM Please respond to midrange-l Steve, The problem w/ your technique is that it will not work when the keyboard is locked. Using the System Request menu allows interrupting the job in order to set the latch or any other task. This can be a generic solution for many different task. The program stack can be retrieved and a different action may be taken based on that or other criteria. I have seen this done (to conditionally add an option to the SysReq menu), but I don't know how it was done. One suggestion that *might* work, since it's in a specific program, would be to try to unlock the keyboard (via a conditioned DDS keyword) and then using your technique. -mark Original Message: ----------------- From: Steve Richter srichter@autocoder.com Date: Wed, 11 Dec 2002 15:24:57 -0500 To: midrange-l@midrange.com Subject: RE: Suggestion for a new System Request option Albert, the SetAtnPgm command should do what you are asking. write a cl pgm that sets one of the job switches PGM CHGJOB SWS(1XXXXXXX) ENDPGM here is the rpg code that tests the switch if *inu1 = '1' ; dsply 'latch is set' ; *inu1 = '0' ; else ; dsply 'latch is not set' ; endif ; and then SETATNPGM PGM(SETLATCH) at signon Steve Richter From: midrange-l-admin@midrange.com [mailto:midrange-l-admin@midrange.com]On Behalf Of York, Albert Sent: Wednesday, December 11, 2002 11:44 AM To: 'MIDRANGE-L@midrange.com' Subject: Suggestion for a new System Request option The System/36 used to have an option on the system request menu which was called something like 'Set latch flag'. All it did was turn on an indicator that you could test in your program. Then your program could take the appropriate action. I used it for ending long searches for example. I would really like to see something like that on the AS/400. Right now the only choice we have is to end the whole program, which is pretty heavy handed. -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . _______________________________________________ This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l or email: MIDRANGE-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.