Previous Topic: (Optional) Step 1: Add STEPLIB Statements

Next Topic: Step 2: Add RMOROS Command Process


Example 3

This example shows you how to add selection code 3.R as a sub-option to the utilities menu ISPUTIL for ISPF.

The offset lines are the inserted lines.

%-----------------------  UTILITY SELECTION MENU  --------- -----------
%OPTION  ===>_OPT         +                                            
%                                                                    + 
%   1 +LIBRARY     - LIBRARY UTILITY:
+                    PRINT INDEX LISTING OR ENTIRE DATASET
+                    PRINT, RENAME, DELETE, OR BROWSE MEMBERS
+                    COMPRESS DATASET
%   2 +DATASET     - DATASET UTILITY:
+                    DISPLAY DATASET INFORMATION
+                    ALLOCATE, RENAME, OR DELETE ENTIRE DATASET
+                    CATALOG OR UNCATALOG DATASET
%   3 +MOVE/COPY   - MOVE OR COPY MEMBERS OR DATASETS
%   4 +CATALOG     - CATALOG MANAGEMENT:
+                    DISPLAY OR PRINT CATALOG ENTRIES
+                    INITIALIZE OR DELETE USER CATALOG ALIAS
%   5 +RESET       - RESET STATISTICS FOR MEMBERS OF ISPF LIBRARY
%   6 +HARDCOPY    - INITIATE HARDCOPY OUTPUT
%   7 +VTOC        - DISPLAY OR PRINT VTOC ENTRIES FOR A DASD VOLUME
%   8 +OUTLIST     - DISPLAY, DELETE, OR PRINT HELD JOB OUTPUT
%   9 +SCRIPT/VS   - FORMAT,DISPLAY, AND OPTIONALLY PRINT SCRIPT TEXT
%   R +RMOSPF      - DELIVER ADMINISTRATION                                      
)INIT                                                                     
  .HELP = TU                                                              
)PROC                                                                     
  &SEL = TRANS( TRUNC (&OPT,'.')                                          
                1,'PGM(ISPUDA) PARM(UDA1)'                                
                2,'PGM(ISPUDA) PARM(UDA1)'                                
                3,'PGM(ISPUMC)'                                           
                4,'PGM(ISPUCA)'                                           
                5,'PGM(ISPURS)'                                           
                6,'PGM(ISPUHC)'                                           
                7,'PGM(ISPUVT)'                                           
                8,'PGM(ISPUOL) PARM(UOL01)'                               
                9,'PGM(ISPUSC) PARM(SCRPTA)'                              
             R,'PGM(RMOSPF) PARM(RMO.SYSTEM1) NEWAPPL(RMO)'                         
               ' ',' '                                                    
                 *,'?' )                                                  
 )END

Install the TSO Online Retrieval Option

The following step is required to install the TSO online retrieval option and is explained in detail in the next topic.

(Optional) Add STEPLIB DD statements to the TSO LOGON procedures if the load modules are not in a linklist library.

Step 1: (Optional) Add STEPLIB DD Statements

The action you take in this step depends on what you did during the base-product installation—specifically, did you:

If the load modules were not copied to one of the libraries in the linklist:

If the load modules were copied to one of the libraries in the linklist, no STEPLIB DD statements are required.

Note: If you have CA View, the CA View load modules either must also be in the linklist, or placed in a STEPLIB statement with this step.

Step 2: (Optional) Add Mount Attributes

Assign the mount attribute to all TSO user IDs authorized to browse SYSOUT directly from an archival tape. Use the TSO ACCOUNT command to assign the mount attribute as follows:

ACCOUNT
C (userid) MOUNT
END

Install the CA Roscoe Online Retrieval Option

The CA Roscoe online retrieval option runs as a command processor under ETSO/Roscoe.

The following steps are required to install the CA Roscoe/Cross-Memory Online Retrieval Option. Each step is explained in detail in the sections that follow.

  1. (Optional) Concatenate the Load Module Library to the ETSOLIB DD statement, if the load modules were not copied to a linklist library.
  2. Add the control statement for the RMOROS command processor to the Eligible Program List (EPL).
  3. Invoke the RMOROS command processor.

Step 1: (Optional) Concatenate the Load Module Library

If the load modules were not copied to a linklist library, concatenate the library that contains the load modules to the ETSOLIB DD statement in the CA Roscoe startup JCL.

Note: If you have CA View, the CA View load modules must also be either in the linklist or in an ETSOLIB statement with this step.