[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Debugging in SQR



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.

 
Hi all,

How do I debug in SQR. I am aking very fundamental question. Please don,t get irritated. Your support will be appreciated.

Vamsi