After selecting Step 9, the following panel is displayed.
CUSTPT09 ---------- PMA V90 Customization - Create PMA Start Exec ------------ COMMAND ===> The PMA start exec will be generated on the following library: PMA EXEC Library: CAMAT.PMA.EXEC CANCEL: CAN SAVE: ENTER
This panel provides name of the target library for the Start Exec.
--------- TRIBMO1.SMPE.V850.EXEC(PMA) - 01.00 ---------------- Columns 001 072 COMMAND ===> SCROLL ===> HALF PMA START EXEC MEMBER [assign the value for pma in your book] GENERATED. ------------------------------------------------------------------------------ ****** ***************************** Top of Data ****************************** 000001 /* REXX */ 000005 X = MSG('OFF') 000006 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 000007 /* USER CUSTOMIZATION */ 000008 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 000009 APCSPACC = 'UPD' /* UPD OR READ */ 000010 APCSIMG = 'PMA V90 ' /* MVS IMAGE NAME */ 000011 TEMPDSN = ZUSER".APCX.TEMP"ZSCREEN /* PMA TEMP USER DSN */ .
Defines the access rights.
Variable APCSPACC defines whether parameter panels have update or read-only access.
This variable allows the product to be installed for different user groups (update and read only). The installation default is UPD. For read-only access, this value can be changed to READ. The values must be entered as capital letters.
Defines the system image name.
Variable APCSIMG defines the system image name to be displayed on all panels.
This parameter is required and must be eight characters. It should uniquely identify each environment on which PMA is installed (test or production). For example, if REXX procedure PMA is installed on the production system, the value might be APCPROD meaning this product is on a production system. If you do not want to define a system image name, the value of APCSIMG should be filled with eight dashes (--------).
Specifies the temporary data set name.
Variable TEMPDSN is a unique temporary data set name that is used by the dialog. This name should only be changed if there is an explicit need to do so; for example, if you encounter access authority problems.
If you have changed any of these variables, make sure that you save your changes before leaving the display.
CUSTPT00 ------------------- PMA V90 Customization Dialog --------------- COMMAND ===> 10 Step Status =============================================================== 9 Create PMA Start Exec COMPLETED
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|