...and also watch out for:
 
00003: A = FMT(5, '6"0"R')
00003 00000 : 09C format         5 "6"0"R"  => A
00004: B = FMT(5, "6'0'R")
00004 00008 : 09C format         5 "6'0'R"  => B

[EMAIL PROTECTED] wrote:
Chuck,

Now if only Jbase had something like VLIST (sigh...).

Regards,
Charlie Noah

[EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) 
writes:

Speaking of Y2K-related programs, I too wrote one, but it searched the
VLIST of the program. That way I didn't care about spacing, etc.. You
might find that method helpful.

For example, these 4 source lines compile to the same PCODE:

>VLIST CDS.BP MARK

00001: NBR = NBR "5'0'R"
00001 00000 : 09C format NBR "5'0'R" => NBR 

00002: NBR=NBR"5'0'R"
00002 00008 : 09C format NBR "5'0'R" => NBR 

00003: NBR = NBR \5'0'R\
00003 00010 : 09C format NBR "5'0'R" => NBR 

00004: NBR = NBR "5'0'R"
00004 00018 : 09C format NBR "5'0'R" => NBR 

00005: NBR = FMT( NBR, "5'0'R" )
00005 00020 : 09C format NBR "5'0'R" => NBR 
00006 00028 : 190 stop 
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Send instant messages to your online friends http://uk.messenger.yahoo.com 
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to