Valid parameters for the Endevor exit
To use the Endevor exit, you must customize the Endevor parameters in XPPFTDEF. The Endevor parameters shipped in XPPFTDEF (in R, ENDEVORX, “Endevor XP11 Macros”) are as follows.
Parameter | Explanation | Customizing |
SET OPT CCID ENDEX3 COM“TEST ENDEVOR EXIT”. | Supplies the default CCID ‘ENDEX3’ and description of ‘TEST ENDEVOR EXIT’. |
|
SET FROM ENV CORPDATA SYS‘XP11’ SUB BASE TYPE MACRO STAGE 2. | Use to tell Endevor the environment, system, subsystem, type, and stage. |
|
RET ELE ENDEXIT TO FILE FTXWORK | Use to retrieve a dataset from the source management system. The name ENDEXIT is the name of the element to be retrieved; ENDEXIT is automatically replaced by the element the exit is processing. File ‘FTXWORK’ is the dd name the output is written. | |
LIST ELEMENTS * TO FILE ENDVRDIR. | Use to list the datasets available from the source management system. “LIST ELEMENTS” lists the directories to the DD ENDVRDIR. | |
NO SIGNOUT | Use to tell Endevor whether to sign out the member to you. | Delete “NO SIGNOUT” parameter if you want to sign out the member. |
ADD ELEMENT ENDEXIT3 FROM FILE FTXWORK TO ENV CORPDATA SYS XP11 SUB BASE TYPE MACRO OPT UPD. | Use to add the element to the Endevor system indicated by the associated environment, system, subsystem, and type. The name ENDEXIT3 is the name of the element to be added; ENDEXIT3 is automatically replaced by the element the exit is processing. |
|