× 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.



I came up with this getting ready for work. It is true that the bathroom is the thinking room.

This example that I created does NOT raise a syntax error since you use a /COPY with the HANDLER.

FCEN106D CF E WORKSTN
/copy cenhnd

(will not raise the syntax error, because SEU does not know I am using a handler)

Source member CENHND

/if defined(USE_HANDLER)
F Handler('ASNAWINGS')
/endif

(get the syntax error here, but you only touch this once)


We are keeping two object libraries, one for the handler RPG objects and one NOT.
The 5250 programmers compile like they normally do, and DO NOT get the syntax error when they go into the source.
We compile with CRTBNDRPG define(‘use_handler’)
If we accidently compile it to the wrong place, they just need to re-compile without the parm to make it work.


Tom Deskevich
INFOCON
814-472-6066
Fax 814-472-5019

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.