IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISPF Edit/View HILITE to HTML macros/execs


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Sun Mar 01, 2009 1:57 pm
Reply with quote

Around 18 months ago I made a post to a number of Usenet newsgroups and some mainframe-related mailing lists about the availability of a set of REXX edit macros/execs that can be used to convert PL/I, REXX, assembler, JCL, COBOL and, limited to what I needed, SuperC output) into a format that is for all intents and purposes the same as when the member is looked at in ISPF's Edit or View using HI RESET + HI PAREN - there are a few small differences, mainly because I corrected parsing JCL in-stream data, no-operand assembler opcodes/directives and removed the SuperC HILITE bug where the last two columns are displayed in green. icon_smile.gif

The set of (currently) nine macros consists of:

Code:
EHIASM   - convert assembler to Edit HILITE'd HTML
EHICOBOL - convert COBOL to Edit HILITE'd HTML
EHIHELP  - general help 'screen'
EHIJCL   - convert JCL to Edit HILITE'd HTML
EHINONE  - convert any text to Edit HTML (no HILITE)
EHIPLI   - convert PL/I to Edit HILITE'd HTML (upgraded to Enterprise PL/I V3.7 keywords)
EHIREXX  - convert REXX to Edit HILITE'd HTML
EHISUPC  - convert SuperC to Edit HILITE'd HTML (still limited to what I require...)
EHISUPP  - general support (produce ISPF popup panel to set options and generate the actual HTML)


BTW, besides working as edit macro under ISPF (and as a TSO command) on z/OS, they also work on Regina (tested) and possibly also on ooREXX (untested).

They are available on the cbttape.org site, but sadly the versions in that zipped XMIT file no longer work in FireFox 3 (and the fancy output never worked on IE6). The original developer of the Javascript that is responsible for the fancy ISPF like screen has given me an update and it works again in Firefox. (Still not in IE6!). If I can manage to get my code back onto the system at my new workplace, I'll produce an update in the next few days, but if you desperately needed it yesterday, drop me a line, email x2c(88899389A3857C97998995964B9585A3) (EBCDIC!), put '[HILITE]' somewhere in the subject. DO NOT SEND EMAIL IN HTML FORMAT!

Indicate if you want the code as nine(+1) text files or as a PDS in zipped XMIT format and make sure that any return message with '[HILITE]' in the subject isn't stopped (or worse, returned to me) by your (corporate) spam filters.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts SET PATH in View DDL DB2 2
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top