/* REXX SHOWHELP Displays the table containing the list of members with REAL HELP sections. This is related to TOOLHELP (q.v.). |**-***-***-***-***-***-***-***-***-***-***-***-***-***-***-***-**| | | | WARNING: EMBEDDED COMPONENTS. | | See text following TOOLKIT_INIT | | | |**-***-***-***-***-***-***-***-***-***-***-***-***-***-***-***-**| Use '(routine name) ?' for HELP-text. Written by Frank Clarke rexxhead@yahoo.com 20260221 Impact Analysis . SYSEXEC RUNDATA . SYSEXEC TRAPOUT . (subrof) TOOLHELP Modification History 20260223 fxc using IFUNC to process ISPEXEC calls; 20260402 fxc add instr to init RUNDATA table; */ arg argline address TSO /* REXXSKEL ver.20251105 */ arg parms "((" opts signal on syntax signal on novalue call TOOLKIT_INIT /* conventional start-up -*/ rc = Trace( "O" ); rc = Trace( tv ) info = parms /* to enable parsing */ if sw.0error_found then return call A_INIT /* Initialization -*/ call I_ISPF_OPS /* Table/panel operations -*/ if \sw.0nested then call DUMP_QUEUE 'quiet' /* -*/ exit /*@ SHOWHELP */ /* Initialization . ----------------------------------------------------------------- */ A_INIT: /*@ */ if branch then call BRANCH address TSO call AA_SETUP_LOG /* Set up LOG dataset -*/ logpref = exec_name "("Branch( "ID" )")" call ZL_LOGMSG( exec_name "started by" Userid() yyyymmdd hhmmss ) call ZL_LOGMSG( logpref "Arg:" argline ) call AP_PARSE_PARMS /* Extract parameters -*/ openmode. = "WRITE" openmode.1 = "NOWRITE" return /*@ A_INIT */ /* Set up LOG dataset . ----------------------------------------------------------------- */ AA_SETUP_LOG: /*@ */ if branch then call BRANCH address TSO msglim = SYSVAR( "SYSWTERM" ) - 12 msgparms = 'msglim log# log. ' parse value "0 0 0 0 0" with, log# log. . parse value Date( "S" ) Time( "S" ) Time( "N" ) with, yyyymmdd sssss hhmmss . hhmmss = Space( Translate( hhmmss,' ',':' ) ,0 ) parse var yyyymmdd 4 yrdigit 5 mm 7 dd /* 9 12 14 maybe */ if Pos( yrdigit,"13579" ) > 0 then mm = mm + 12 /* mm=24 */ logtag = Substr( "ABCDEFGHIJKLMNOPQRSTUVWX",mm,1 ) /* logtag=X */ subid = logtag""dd""Left( hhmmss,4 ) /* X141743 ? */ vblog.0 = "NEW CATALOG UNIT( SYSDA ) SPACE( 1 5 ) TRACKS", "RECFM( V B ) LRECL( 255 ) BLKSIZE( 0 )" vblog.1 = "MOD" /* if it already exists... */ logdsn = "@LOG."exec_name"."subid".LIST" if Sysdsn( logdsn ) = "OK" then, call ZL_LOGMSG( "-------------------" ) return /*@ AA_SETUP_LOG */ /* Extract parameters LOCAL_PREINIT has already set values for XXHELP and MYTLIB to use as defaults. . ----------------------------------------------------------------- */ AP_PARSE_PARMS: /*@ */ if branch then call BRANCH address TSO parse value KEYWD( "XXHELP" ) xxhelp with, @tn@ . parse value KEYWD( "MYTLIB" ) mytlib with, isptlib . if Left( isptlib,1 ) = "'" then , isptlib = Strip( isptlib,,"'" )/* unquoted */ else, isptlib = Userid()"."1sptlib /* fully-qualified */ temp = Sysdsn( "'"isptlib"("@tn@")'" ) if temp <> "OK" then do helpmsg = "Something is wrong with the input:" temp call HELP /* and don't come back... -*/ end return /*@ AP_PARSE_PARMS */ /* Table/panel operations . ----------------------------------------------------------------- */ I_ISPF_OPS: /*@ */ if branch then call BRANCH address ISPEXEC "CONTROL ERRORS RETURN" call IA_PROLOG /* Set up environment -*/ call ID_DISPLAY_TABLE /* Main display -*/ call IZ_EPILOG /* Tear down environment -*/ return /*@ I_ISPF_OPS */ /* Set up environment . ----------------------------------------------------------------- */ IA_PROLOG: /*@ */ if branch then call BRANCH address ISPEXEC logpref = exec_name "("Branch( "ID" )")" call DEIMBED /* Extract panels */ dd = "" do Words( ddnlist ) /* each LIBDEF DD */ parse value ddnlist dd with dd ddnlist @ddn = @ddn.dd /* PLIB322 <- PLIB */ call IFUNC( logpref ';', "LIBDEF ISP"dd "LIBRARY ID( "@ddn" ) STACK" ) end ddnlist = ddnlist dd call IAT_OPEN_TABLE /* Make table ready for use -*/ return /*@ IA_PROLOG */ /* Make table ready for use . ----------------------------------------------------------------- */ IAT_OPEN_TABLE: /*@ */ if branch then call BRANCH address ISPEXEC logpref = exec_name "("Branch( "ID" )")" call IFUNC( logpref ';', "LIBDEF ISPTLIB DATASET ID( '"isptlib"' ) STACK" ) call IFUNC( logpref ';', "TBSTATS" @tn@ "STATUS1( s1 ) STATUS2( s2 )" ) if s1 > 1 then do zerrsm = "Table" @tn@ "not available." say zerrsm zerrlm = "Table" @tn@ "not found in the ISPTLIB library chain" "SETMSG MSG( ISRZ002 )" sw.0error_found = "1"; return end; else, if s2 = 1 then do /* table is not open */ call IFUNC( logpref ';', "TBOPEN " @tn@ openmode.1 ) if rc > 4 then do sw.0error_found = 1 zerrsm = "Table did not OPEN" zerrlm = "Table" @tn@ "cannot be opened due to prior", "enqueues." "SETMSG MSG( ISRZ002 )" end end else do call IFUNC( logpref ';', "TBTOP" @tn@ ) end call IFUNC( logpref ';', "LIBDEF ISPTLIB" ) call IFUNC( logpref ';', "TBVCLEAR" @tn@ ) /* zap all variables */ xxmbr = '3f'x /* special row */ call IFUNC( logpref ';', "TBGET" @tn@ ) /* sets XXSRC */ return /*@ IAT_OPEN_TABLE */ /* Main display . ----------------------------------------------------------------- */ ID_DISPLAY_TABLE: /*@ */ if branch then call BRANCH address ISPEXEC logpref = exec_name "("Branch( "ID" )")" parse value xxsrc with, inds sel xxmbr call IFUNC( logpref ';', "TBTOP" @tn@ ) call IFUNC( logpref ';', "TBVCLEAR" @tn@ ) xxmbr = ' ' call IFUNC( logpref ';', "TBSARG " @tn@ "NAMECOND( XXMBR,GT )" ) do forever "TBDISPL" @tn@ "PANEL( TOOLHLP )" if rc > 4 then leave if zcmd <> "" then do parse var zcmd verb text if Pos( verb,"lL" ) > 0 then do "TBVCLEAR" @tn@ /* zap all variables */ @z@ = Value( "XXMBR",text"*" ) /* load search value */ "TBSCAN" @tn@ "ARGLIST( XXMBR )", /* set ROWFND if good */ "CONDLIST( GE ) ROWID(ROWFND) " "TBSKIP" @tn@ "ROW( "rowfnd" ) NOREAD" /* -> to LASTFND */ end /* Locate */ end do ztdsels "CONTROL DISPLAY SAVE" call TDH_SHOW_HELP /* -*/ "CONTROL DISPLAY RESTORE" if ztdsels > 1 then "TBDISPL" @tn@ end /* ztdsels */ sel = "" end /* forever */ return /*@ ID_DISPLAY_TABLE */ /* . ----------------------------------------------------------------- */ TDH_SHOW_HELP: /*@ */ if branch then call BRANCH address TSO if WordPos( xxtype,"EXEC MACRO SUBR" ) > 0 then "%"xxmbr "?" "NEWSTACK"; pull; "CLEAR"; "DELSTACK" return /*@ TDH_SHOW_HELP */ /* Tear down environment . ----------------------------------------------------------------- */ IZ_EPILOG: /*@ */ if branch then call BRANCH address ISPEXEC logpref = exec_name "("Branch( "ID" )")" call IFUNC( logpref ';', "TBEND " @tn@ ) /* Finished with table */ dd = "" do Words( ddnlist ) /* each LIBDEF DD */ parse value ddnlist dd with dd ddnlist @ddn = @ddn.dd /* PLIB322 <- PLIB */ call IFUNC( logpref ';', "LIBDEF ISP"dd ) address TSO "FREE FI( "@ddn" )" end ddnlist = ddnlist dd return /*@ IZ_EPILOG */ /* Canned subroutine for executing ISPEXEC commands and logging the results. Call as << call IFUNC( logpref ';' command >> because logpref may be more than one token. . ----------------------------------------------------------------- */ IFUNC: /*@ */ if branch then call BRANCH address ISPEXEC arg pref ';' cmd parse value '' with zerrsm zerrlm pref = Strip( pref ) if noupdt then say cmd ; else , do (cmd) call ZL_LOGMSG( pref "Executed" cmd "RC="rc ) if rc > 7 then do sw.0Error_Found = 1 say "==>" zerrsm ';' zerrlm end end return /*@ IFUNC */ /* To initialize (or add to) the RUNDATA table entry for this user-id: %RUNDATA WRITE TBLKEY [uid] SAFE DATA( ... ) The contents of the data-spec should be two tags and two tag-values, thus: XXHELP : [myxtbl] ; MYTLIB : [dsname] ; (spaces not required) where [dsname] is the fully-qualified unquoted DSN of the user's ISPTLIB dataset. . The SAFE parameter is mandatory here since this table key may hold other tag-tagvalue pairs that would be irretrievably erased otherwise. See the RUNDATA HELP-text for details. . ----------------------------------------------------------------- */ LOCAL_PREINIT: /*@ customize opts */ address TSO rc = Trace( "O" ) ; rc = trace( tv ) "NEWSTACK" "RUNDATA READ TBLKEY " Userid() /* sets XXHELP, MYTLIB */ do queued() /* return from RUNDATA */ pull tag tagval if tag = "" then do sw.0Error_Found = 1 "DELSTACK" say tag tagval return end /* */ tagval = Space( tagval,1 ) @z = Value( tag,tagval ) /* tag <-- tagval */ end /* queued */ if Symbol( 'mytlib' ) = 'LIT' | , Symbol( 'xxhelp' ) = 'LIT' then do helpmsg = "RUNDATA did not supply a required value. ", "Correct the RUNDATA table as specified", "in the HELP_text before proceeding. " say helpmsg exit end "DELSTACK" return /*@ LOCAL_PREINIT */ /* subroutines below LOCAL_PREINIT are not selected by SHOWFLOW */ /* Parse out the embedded components at the back of the source code. . ----------------------------------------------------------------- */ DEIMBED: Procedure expose, /*@ */ (tk_globalvars) ddnlist @ddn. daid. address TSO dlm = '5d5d5d'x /* three close-parens */ fb80po.0 = "NEW DELETE REU UNIT( SYSDA ) SPACE( 1 5 ) DIR( 40 )", "TRACKS RECFM( F B ) LRECL( 80 ) BLKSIZE( 0 )" fb80po.1 = "SHR REU" parse value "" with ddnlist @ddn. daid. lastln = sourceline() currln = lastln /* */ if Left( sourceline( currln ),2 ) <> "*/" then return currln = currln - 1 /* previous line */ "NEWSTACK" address ISPEXEC do while Left( sourceline( currln ),2 ) <> "/*" text = sourceline( currln ) /* save with a short name ! */ if Left( text,3 ) = dlm then do /* package the queue */ parse var text . ddn mbr . /* PLIB PANL001 maybe */ if length( ddn ) > 4 then do /* data, not ISPF */ call DESPOOL /* -*/ currln = currln - 1 /* previous line */ iterate end if Pos( ddn,ddnlist ) = 0 then do /* doesn't exist */ ddnlist = ddnlist ddn /* keep track */ @ddn = ddn || Random( 999 ) /* PLIB322 maybe */ @ddn.ddn = @ddn /* @ddn.PLIB = PLIB322 */ address TSO "ALLOC FI( "@ddn" )" fb80po.0 "LMINIT DATAID( DAID ) DDNAME( "@ddn" )" daid.ddn = daid end daid = daid.ddn "LMOPEN DATAID( "daid" ) OPTION( OUTPUT )" do queued() parse pull line "LMPUT DATAID( "daid" ) MODE( INVAR ) DATALOC( LINE )", "DATALEN( 80 )" end "LMMADD DATAID( "daid" ) MEMBER("mbr")" "LMCLOSE DATAID( "daid" )" end /* package the queue */ else push text /* onto the top of the stack */ currln = currln - 1 /* previous line */ end /* while */ address TSO "DELSTACK" return /* Subroutine of DEIMBED for non-ISPF data. Given : the stack, ddn, and mbr . ----------------------------------------------------------------- */ DESPOOL: /*@ */ if branch then call BRANCH address TSO if WordPos( ddn,ddnlist ) = 0 then, ddnlist = Space( ddnlist ddn,1 ) if Sysdsn( ddn".DATA" ) <> "OK" then, "ALLOC FI( "ddn" ) DA( "ddn".DATA )" fb80po.0 "ALLOC FI( "ddn" ) DA( "ddn".DATA("mbr") ) SHR REU" "EXECIO" queued() "DISKW" ddn "(FINIS" "DELSTACK" "NEWSTACK" /* re-establish */ return /*@ DESPOOL */ return /*@ DEIMBED */ /* . ----------------------------------------------------------------- */ ZB_SAVELOG: /*@ */ if branch then call BRANCH address TSO if Symbol( "LOG#" ) = "LIT" then return /* not yet set */ dsstat = Sysdsn( logdsn ) = "OK" /* 1 if it exists */ "ALLOC FI( @LOG ) DA( " logdsn " ) REU" vblog.dsstat "EXECIO" log# "DISKW @LOG (STEM LOG. FINIS" "FREE FI( @LOG )" return /*@ ZB_SAVELOG */ /* . ----------------------------------------------------------------- */ ZL_LOGMSG: Procedure expose (tk_globalvars) (msgparms) /*@ */ rc = Trace( "O" ) address TSO parse arg msgtext /* for making the msgline always reasonably short: */ do while Length( msgtext ) > msglim pt = LastPos( " ",msgtext,msglim ) slug = Left( msgtext,pt ) if monitor then say, slug parse value log#+1 slug with, zz log.zz 1 log# . msgtext = " "Substr( msgtext,pt ) end /* while msglim */ parse value log#+1 msgtext with, zz log.zz 1 log# . if monitor then say, msgtext return /*@ ZL_LOGMSG */ /* . ----------------------------------------------------------------- */ HELP: /*@ */ address TSO;"CLEAR" if helpmsg <> "" then say helpmsg ex_nam = Left( exec_name,8 ) /* predictable size */ say " " say " "ex_nam" displays the ISPF table containing the list of members " say " with REAL HELP sections that the caller has previously " say " developed as via TOOLHELP (q.v.). " say " " say " Syntax: "ex_nam" XXHELP tblnm " say " MYTLIB tbllib " say " " say " tblnm identifies the table containing the list of members." say " It is defined as K(XXMBR) N(XXTYPE XXDESC) with " say " values derived from the appropriate #INDEX member. " say " RUNDATA supplies an initial value for this which " say " becomes the default if XXHELP is not supplied as an " say " override. " say " " say " tbllib identifies the table library for . RUNDATA " say " supplies an initial value for this which becomes the" say " default if MYTLIB is not supplied as an override. " say " " "NEWSTACK"; pull ; "CLEAR" ; "DELSTACK" say " Debugging tools provided include: " say " " say " MONITOR: can be used by the programmer to display key information" say " throughout processing. " say " " say " BRANCH: show all paragraph entries. " say " " say " TRACE tv: will use value following TRACE to place the execution " say " into REXX TRACE Mode. " say " " say " " say " Debugging tools can be accessed in the following manner: " say " " say " TSO "ex_nam" (( " say " " say " For example: " say " " say " TSO "ex_nam" (( trace ?r branch " if sysvar( "SYSISPF" ) = "ACTIVE" then, address ISPEXEC "CONTROL DISPLAY REFRESH" exit /*@ HELP */ /* . ----------------------------------------------------------------- */ BRANCH: Procedure expose, /*@ */ sigl exec_name rc = trace( "O" ) /* we do not want to see this */ arg brparm . origin = sigl /* where was I called from ? */ do currln = origin to 1 by -1 /* inch backward to label */ if Right( Word( Sourceline( currln ),1 ),1 ) = ":" then do parse value sourceline( currln ) with pgfname ":" /* Label */ leave ; end /* name */ end /* currln */ select when brparm = "NAME" then return( pgfname ) /* full name */ when brparm = "ID" then do /* wants the prefix */ parse var pgfname pgfpref "_" . /* get the prefix */ return( pgfpref ) end /* brparm = "ID" */ otherwise say left( sigl,6 ) left( pgfname,40 ) , exec_name "Time:" time( "L" ) end /* select */ return /*@ BRANCH */ /* . ----------------------------------------------------------------- */ DUMP_QUEUE: /*@ Take whatever is in stack */ rc = trace( "O" ) /* and write to the screen */ address TSO arg mode . "QSTACK" /* how many stacks? */ stk2dump = rc - tk_init_stacks /* remaining stacks */ if stk2dump = 0 & queued() = 0 then return if mode <> "QUIET" then, say "Total Stacks" rc , /* rc = #of stacks */ " Begin Stacks" tk_init_stacks , /* Stacks present at start */ " Excess Stacks to dump" stk2dump do dd = rc to tk_init_stacks by -1 /* empty each one. */ if mode <> "QUIET" then, say "Processing Stack #" dd " Total Lines:" queued() do queued();parse pull line;say line;end /* pump to the screen */ "DELSTACK" /* remove stack */ end /* dd = 1 to rc */ return /*@ DUMP_QUEUE */ /* Handle CLIST-form keywords added 20020513 . ----------------------------------------------------------------- */ CLKWD: Procedure expose info /*@ hide all except info */ arg kw kw = kw"(" /* form is 'KEY( DATA )' */ kw_pos = Pos( kw,info ) /* find where it is, maybe */ if kw_pos = 0 then return "" /* send back a null, not found*/ rtpt = Pos( '5d40'x,info" ",kw_pos ) /* locate end-paren */ slug = Substr( info,kw_pos,rtpt-kw_pos+1 ) /* isolate */ info = Delstr( info,kw_pos,rtpt-kw_pos+1 ) /* excise */ parse var slug (kw) slug /* drop kw */ slug = Reverse( Substr( Reverse( Strip( slug ) ),2 ) ) return slug /*@CLKWD */ /* Handle multi-word keys 20020513 . ----------------------------------------------------------------- */ KEYWD: Procedure expose info /*@ hide all vars, except info*/ arg kw kw_pos = wordpos( kw,info ) /* find where it is, maybe */ if kw_pos = 0 then return "" /* send back a null, not found*/ kw_val = word( info,kw_pos+Words( kw ) ) /* get the next word */ info = Delword( info,kw_pos,2 ) /* remove both */ return kw_val /*@ KEYWD */ /* . ----------------------------------------------------------------- */ KEYPHRS: Procedure expose, /*@ */ info helpmsg exec_name /* except these three */ arg kp wp = wordpos( kp,info ) /* where is it? */ if wp = 0 then return "" /* not found */ front = subword( info,1,wp-1 ) /* everything before kp */ back = subword( info,wp+1 ) /* everything after kp */ parse var back dlm back /* 1st token must be 2 bytes */ if length( dlm ) <> 2 then /* Must be two bytes */ helpmsg = helpmsg, "Invalid length for delimiter( "dlm" ) with KEYPHRS( "kp" )", info if wordpos( dlm,back ) = 0 then /* search for ending */ helpmsg = helpmsg, "No matching second delimiter( "dlm" ) with KEYPHRS( "kp" )", info if helpmsg <> "" then call HELP /* Something is wrong */ parse var back kpval (dlm) back /* get everything b/w delim */ info = front back /* restore remainder */ return Strip( kpval ) /*@ KEYPHRS */ /* . ----------------------------------------------------------------- */ NOVALUE: /*@ */ say exec_name "raised NOVALUE at line" sigl say " " say "The referenced variable is" condition( "D" ) say " " zsigl = sigl signal SHOW_SOURCE /*@ NOVALUE */ /* . ----------------------------------------------------------------- */ SHOW_SOURCE: /*@ */ call DUMP_QUEUE /* Spill contents of stacks -*/ if sourceline() <> "0" then /* to screen */ say sourceline( zsigl ) rc = trace( "?R" ) nop exit /*@ SHOW_SOURCE */ /* Invoke as: call ss 110 7 shows line 110 + 6 more . ----------------------------------------------------------------- */ SS: Procedure /*@ Show Source */ arg ssbeg ssend . if ssend = "" then ssend = 10 if \datatype( ssbeg,"W" ) | \datatype( ssend,"W" ) then return ssend = ssbeg + ssend do ssii = ssbeg to ssend ; say Strip( sourceline( ssii ),'T' ) end return /*@ SS */ /* . ----------------------------------------------------------------- */ SWITCH: Procedure expose info /*@ */ arg kw sw_val = Wordpos( kw,info ) > 0 /* exists = 1; not found = 0 */ if sw_val then /* exists */ info = Delword( info,Wordpos( kw,info ),1 ) /* remove it */ return sw_val /*@ SWITCH */ /* . ----------------------------------------------------------------- */ SYNTAX: /*@ */ errormsg = exec_name "encountered REXX error" rc "in line" sigl":", errortext( rc ) say errormsg zsigl = sigl signal SHOW_SOURCE /*@ SYNTAX */ /* Can call TRAPOUT. . ----------------------------------------------------------------- */ TOOLKIT_INIT: /*@ */ address TSO info = Strip( opts,'T','5d'x ) /* clip trailing paren */ parse source sys_id how_invokt exec_name DD_nm DS_nm, as_invokt cmd_env addr_spc usr_tokn parse value "" with tv helpmsg . parse value 0 "ISR00000 YES" "Error-Press PF1" with, sw. zerrhm zerralrm zerrsm if SWITCH( "TRAPOUT" ) then do "TRAPOUT" exec_name parms "(( TRACE R" info exit end /* trapout */ sw.0nested = sysvar( "SYSNEST" ) = "YES" sw.0batch = sysvar( "SYSENV" ) = "BACK" sw.0inispf = sysvar( "SYSISPF" ) = "ACTIVE" parse value KEYWD( "TRACE" ) "N" with tv . if Word( parms,1 ) = "?" then call HELP /* I won't be back */ "QSTACK" ; tk_init_stacks = rc /* How many stacks? */ parse value SWITCH( "BRANCH" ) , SWITCH( "MONITOR" ) , SWITCH( "NOUPDT" ) with, branch monitor noupdt . parse value mvsvar( "SYSNAME" ) sysvar( "SYSNODE" ) with, #tk_cpu node . tk_globalvars = "exec_name tv helpmsg sw. zerrhm zerralrm ", "zerrsm zerrlm tk_init_stacks branch monitor ", "noupdt" call LOCAL_PREINIT /* for more opts -*/ return /*@ TOOLKIT_INIT */ /* ))) PLIB TOOLHLP Primary display )ATTR % TYPE( TEXT ) INTENS( HIGH ) SKIP( ON ) + TYPE( TEXT ) INTENS( LOW ) SKIP( ON ) _ TYPE( INPUT ) INTENS( HIGH ) ! TYPE( OUTPUT ) INTENS( HIGH ) SKIP( ON ) @ TYPE( OUTPUT ) INTENS( LOW ) SKIP( ON ) )BODY EXPAND(||) WIDTH(&ZSCREENW) %|-| Tools in!inds +|-| %Command ===>_ZCMD %Scroll ===>_ZAMT+ +V+Member name Type Description +- -------- ----- ----------------------------------------- %PF1 for HELP )MODEL ROWS( SCAN ) _z!xxmbr @xxtype @xxdesc )INIT .ZVARS = '(SEL)' .HELP = TOOLHLPH )REINIT )PROC IF (.PFKEY = 'PF05') &PFKEY = 'F5' .RESP = END )END ))) PLIB TOOLHLPH HELP for Primary display )ATTR % TYPE( TEXT ) INTENS( HIGH ) SKIP( ON ) + TYPE( TEXT ) INTENS( LOW ) SKIP( ON ) _ TYPE( INPUT ) INTENS( HIGH ) ! TYPE( OUTPUT ) INTENS( HIGH ) SKIP( ON ) @ TYPE( OUTPUT ) INTENS( LOW ) SKIP( ON ) )BODY EXPAND(||) WIDTH(&ZSCREENW) %TUTORIAL |-| Tools in!inds |-| TUTORIAL %Next Selection ===>_ZCMD + + Select any member name to see the HELP-text associated with that command. + Position the display to a desired member with command%L+. The display will be positioned to the specified member or the next available member. %===> l flo )PROC &ZUP = TOOLHLPH &ZCONT = TOOLHLPH )END */