×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
6 /* Call Transaction Server Batch Audit Program
*/
7 CALL PGM(SPD001R)
PARM('A')
8
9 /* Check the Month End
*/
10 CALL PGM(CHKMONE)
PARM(&RTNVAL)
11
12 IF COND(&RTNVAL = '1')
THEN(DO)
13 CALL PGM(MONBPCOM)
14
15
ENDDO
More...
Debug . .
.
THREAD(*SERIALIZE)
F3=End program F6=Add/Clear breakpoint F10=Step F11=Display
variable
F12=Resume F17=Watch variable F18=Work with watch F24=More keys
MONBPCOM program calls the SHR001R program and it is calling some Java
Classes The SHR001R program compiled with THREAD(*SERIALIZE) can any one
tell me how to overcome this.
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.