Package: TSOAUTHC
Version: 1.0
Maintainer: Soldier of FORTRAN <mainframed767@gmail.com>
Depends: LISTCDS
Homepage: https://github.com/MVS-sysgen/SOFTWARE
Description: Adds TSO Authorized commands to IKJEFTE2.

 This is a REXX script to automate adding TSO Authorized commands to
 IKJEFTE2 which generates the required JCL and submits the usermods to SMP.

 TSOAUTHC takes two required positional arguments and one optional argument:

- RMID This is obtained by running the tso command LISTCDS MOD(IKJEFTE2)
- PROGRAM This is the program to be added to the TSO Authorized command list
- COMMENT A comment for use in the CSECT

Warning: Using this script requires an IPL using: R 00,CLPA

For example to add the TSO program `MVS4EVA` to the Authorized commands:

READY
LISTCDS MOD(IKJEFTE2)
IKJEFTE2  FMID EBB1102  RMID JLM0003  DISTLIB AOST4     LMOD   IKJEFT02
READY
RX TSOAUTHC 'JLM0003 MVS4EVA This is the mvs for ever program'
