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’.






  • Replace ENDEX3 with your CCID.
  • Replace the description with a description regarding the addition or retrieval you are now doing with the 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.








  • Replace CORPDATA with your environment name.
  • Replace XP11 with your system name.
  • Replace BASE with your subsystem name.
  • Replace MACRO with the type or dataset/library you are accessing.
  • Replace 2 with the stage of the dataset/library you are accessing.


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.

  • Replace CORPDATA with your environment name.
  • Replace XP11 with your system name.
  • Replace BASE with your subsystem name.
  • Replace MACRO with the type of dataset/library you are accessing.



Warning

Note

The parameters are explained in more detail in the CA-Endevor SCL Reference manual.




 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Compuware DevEnterprise Online Help