Hi,
Let me try sending this again without the old FROM and TO lines.
I use the #DEBUG option with show
statments. The show statments tell me the values in the variables I want
to know and the #DEBUG option allows me an easy way to turn the shows on and
off.
Put something like
'>' $VAR '<'
around variables that may be null or space so you
can tell what they are.
ex:
#debuga show '&EMPLID = >' &EMPLID '<'
Then when you run the SQR use the flag -debuga
NOTE: the 'a' in debuga can be any letter so you could turn on spacific
debug statments rather then all or nothing.
Hope this helps.