/* REXX */ /* */ /* AUTHOR: Mark Zelden */ /* */ /* Trace ?r */ /* ============================================================ */ /* */ /* NOTE TO SELF: */ /* */ /* Don't forget to check / update the JES2 node offset table */ /* for each new OS release and the JES3 FMID table. */ /* */ /* ============================================================ */ /* */ /*********************************************************************/ /* */ /* D I S C L A I M E R */ /* ------------------- */ /* */ /* This program is FREEWARE. Use at your own risk. Neither Mark */ /* Zelden, nor other contributing organizations or individuals */ /* accept any liability of any kind howsoever arising out of the use */ /* of this program. You are free to use and modify this program as */ /* you desire, however, the author does ask that you leave his name */ /* in the source and give credit to him as the original programmer. */ /* */ /*********************************************************************/ /* IPLINFO: DISPLAY SYSTEM INFORMATION ON TERMINAL */ /*********************************************************************/ /* */ /* IPLINFO can be called as an interactive exec / ISPF edit macro */ /* or in batch to display various system information. The result */ /* will be displayed in an ISPF browse data set if ISPF is active. */ /* */ /* IPLINFO can also be called as a REXX function to return from 1 */ /* to 20 variables used in the exec at their final value. If more */ /* than one variable is requested the variables are returned with */ /* a blank or user defined delimiter between each variable so they */ /* may be parsed if desired. */ /* */ /* See below for the sytax of each method. */ /* */ /*********************************************************************/ /* */ /* EXECUTION SYNTAX: */ /* */ /* TSO %IPLINFO