CUTIL00 TSO Command for MVS 3.8J / Hercules

Date: 3/20/2020  Release V1R0M0
Author: Larry Belmontes Jr.
        https://ShareABitofIT.net/CUTIL00-for-MVS-3-8J   
        Copyright (C) 2020  Larry Belmontes, Jr.


Assumptions:
------------
- Running MVS 3.8J and Hercules on a PC 
- Using 3270 Terminal Emulator
- 3270 Terminal Emulator has a File Transfer Function
  to send files from PC to HOST and vice-versa    
- Access to User ID, HERC01
- Access to existing PDS, HERC01.TEST.CNTL
  
  
Install using 3270 emulator file transfer                   
-----------------------------------------

 NOTE: Although not required to install CUTIL00, two user-mods 
       are required before using CUTIL00.                       

 1) Download ZIP file to your PC.                
  
 2) Unzip the downloaded file into a temp directory on your PC.

 3) Log on to MVS 3.8J using user id (e.g. HERC01).                                         

 4) Position session screen to TSO READY prompt                                                                                       
                                                                                                                              
 5) Upload $INST01 installation job deck to MVS 3.8J                            
                                                                                                                              
    - Using the 3270 terminal emulators transfer file or equivalent function      
      (you may need to refer to your terminal emulator help function / documentation
       for exact user dialog), upload $INST01                                             
      - Below are illustrative highlights that may differ from your 3270 emulator
        file transfer dialog
        - Provide the PC file to send location for $INST01
          (e.g. C:\TEMPDIR\$INST01)
        - Provide the HOST file location to receive $INST01
          (e.g. HERC01.TEST.CNTL($INST01))
                              
 6) Start a MVS 3.8J editor (RPF or RFE), edit member $INST01 in the                     
    uploaded PDS (e.g. HERC01.TEST.CNTL).  Review JCL, modify and save. 
                                                                          
     - $INST01 installs TSO components on your system into SYS2 libraries.
                      
 7) Submit $INST01.                                                                
                                                                          
 8) Review JOB output.  All return codes should be zero.                                                   
                                                                          
    - For reference, you can compare your output to the installation and
      validation output (CUTIL001.PDF) provided in the install ZIP file.                           
                                                                            
 9) CUTIL00 TSO Components installation is complete.                           
                                                                            
    - If you do NOT have ISPF 2.x installed on your system,
      you are complete with the installation.                         
                                                                            
      Congratulations!                                                       
                                                                            
    - Otherwise, proceed to the next step.                    
                                                                            
------                                                                      
                                                                            
10) Upload $INST02 installation job deck to MVS 3.8J.                           
                                                                                                                              
    - Using your 3270 terminal emulators transfer file or equivalent function      
      (you may need to refer to your terminal emulator help function / documentation
       for exact user dialog), upload $INST02                                             
      - Below are illustrative highlights that may differ from your 3270 emulator
        file transfer dialog
        - Provide the PC file to send location for $INST02
          (e.g. C:\TEMPDIR\$INST02)
        - Provide the HOST file location to receive $INST02
          (e.g. HERC01.TEST.CNTL($INST02))
                              
11) Start a MVS 3.8J editor (RPF or RFE), edit member $INST02 in the                     
    uploaded PDS (e.g. HERC01.TEST.CNTL).  Review, modify ISPF library
    names per your ISPF 2.x configuration.  Save changes.                   
                                                                          
     - $INST02 installs ISPF 2.x components into ISPF libraries.            
                      
12) Submit $INST02.                                                                
                                                                          
13) Review JOB output.  All return codes should be zero.                                
                                                                          
    - For reference, you can compare your output to the installation and
      validation output (CUTIL002.PDF) provided in the install ZIP file.                           
                                                                            
14) Test the ISPF 2.x CUTIL00 application.                  
    - Start ISPF 2.x
    - From the ISPF Main Menu, select option 6, COMMAND panel
    - Enter the TSO Command
       %CCUTIL00

    - This will display the driver panel, PCUTIL00,                        
      - Type JOBINFO for FUNCTION
      - Type N for VAR1 Quote
      - Type N for VAR2 Use
      - Press <ENTER>                                                         
      - Results are displayed under VAR1 ruler on the panel
        - 3 8-byte fields comprised of userid, tso proc, and logon proc
      - Press <PF1> to display help panel, HCUTIL00.        
                                                                            
15) CUTIL00 ISPF 2.x Components installation is complete.                 
                                                                            
                                                                            


Enjoy CUTIL00!

