Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone have rexx code to find mismatched quotes, parens, do/end, etc?

Status
Not open for further replies.

billearle

Programmer
Mar 28, 2006
3
US
If anyone has it, I would really appreciate a copy of rexx code or an edit macro that can find errors in rexx source code that contains mismatched quotes (single/double), parens, and do/end blocks.

Thanks, Bill E
 
Assuming TSO/ISPF use HI whatever - check the help for the various options.


Nic
 
Nic, thanks for the reply. Unfortunately I'm on vacation and can't login.
I assume you mean on the SPF 2 edit panel displaying the rexx code I would enter HI whatever. Is this correct?
Is HI short for the HILITE command or for something else?

Thanks,

Bill

 
Hi is the highlite command and has various options apart from language highlighting but I cannot quote them off-hand but something like DOLOGIC is one


Nic
 
Thanks, Nic. I'll give it a try when I get back.
 
If the terminal supports HILITEing, go to the Settings screen (typically option 0 on the main menu) and type HILITE. If the terminal supports HILITE another screen will be presented where you can specify what you want.
 
or you can just issue it from the command line - more useful as, once debugged, you can switch back to normal language hiliteing.


Nic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top