Global character not keeping value

2019-11-17 Thread Joe Reichman
I have a prolog and eplog macros as exit and entry to program The prolog is coded as such MACRO &NAMEPRLG&DSA GBLC &DSANUM &DSANUM SETC '&DSA' When used in the prolog

Re: Global character not keeping value

2019-11-17 Thread Bernd Oppolzer
Hi Joe, IMO, this should work, if you do a PRLG 30 call before the EPLG call in the open code. Could you please post the whole relevant part of the code (complete macro definitions and the snippets of the open code in the correct sequence), so that we can take a look at it? Another suggestion: