* LBTUTOR for MVS3.8J / Hercules                                               
* ==============================                                               
*
*
*  Author:  Larry Belmontes Jr.
*           https://ShareABitofIT.net/LBTUTOR-in-MVS38J
*           Copyright (C) 2019-2025  Larry Belmontes, Jr.
*
*  MM/DD/CCYY Version  Name / Description                                       
*  ---------- -------  -----------------------------------------------          
*  03/15/2025 0.9.03   - Detect invalid tutorial panel name      
*                      - Add ABOUT command within LBTUTOR session
*                      - New messages added LB2TR13, 
*                        LB2TR83, LB2TR85, LB2TR87, LB2TR88, LB2TRV0
*                      - Modified message text for error messages
*                      - Update affected tutorial and help panels
*                                                                               
*  07/01/2024 0.9.02   - Add CANCEL tutor command
*                      - Add PRINT, PRINTF, PRINTR tutor commands
*                      - Accomodate &ZSEL defaulting to SPACES
*                        on tutorial selection menus
*                      - New CP LBHELP to obtain .HELP panel name
*                        (if one is defined) and start LBTUTOR
*                      - Correction to LBSTRC utility:
*                        Add detection of blank string when using
*                        RTRIM option
*                      - Update affected tutorial and help panels
*                                                                               
*  11/15/2023 0.9.01   - Isolated version of NCZ93205 by including            
*                        source code as LBPDSIOM to prevent conflict
*                        with existing version of NCZ93205.
*                                                                               
*  07/10/2023 0.9.00   - Alpha version released to MVS 3.8J                   
*                        hobbyist public domain
*                                                                               
*  06/01/2019 0.5.00   Initial prototyping and development                      
*                      w ISPF 2.x       
*                                                                               
*
*  Prerequisite: User Modifications               
*  ===================================================================
*
*     Two user-mods, ZP60014 and ZP60038, are REQUIRED to process
*  CLIST symbolic variables via the IKJCT441 API on MVS 3.8J TSO.
*  Otherwise, the software will not access / process CLIST variables.
*
*     More information on the above user-mods can be obtained from
*  the following website:
*       http://www.prycroft6.com.au/vs2mods/
*
*     Check your system to determine if one or both user-mods are
*  required.  ZP60038 requires ZP60014.
*
*     Several other components are pre-requisites.  See README
*  file for a complete list of required and optional software.    
*
*
*
