Hi All:
This works:
This doesn't work:
RTES is all zeros.
Can anyone see what I'm doing wrong?
< e d i t > I'm at v6r1 < / e d i t >
Thanks
GLS
This works:
Code:
d grprte e ds extname(grouprate) d ages [COLOR=#0000ff]overlay(grprte : 22)[/COLOR] d like(aghi1) dim(14) D ASCEND d RTES [COLOR=#0000cd]overlay(grprte [/COLOR]:[COLOR=#ff0000] 50[/COLOR]) d LIKE(RATE1) DIM(14)
Code:
d grprte e ds extname(grouprate) d ages [COLOR=#0000cd]overlay(grprte : 22)[/COLOR] d like(aghi1) dim(14) D ASCEND d RTES [COLOR=#0000cd]overlay(grprte :[/COLOR] [COLOR=#ff0000]*next[/COLOR]) d LIKE(RATE1) DIM(14)
Can anyone see what I'm doing wrong?
< e d i t > I'm at v6r1 < / e d i t >
Thanks
GLS
Comment