Use the ENTRY COMMAND command to add or remove a COMMAND statement in a USER, IDENTITY, SUBCONFIG, or PROFILE directory entry.
ENTRY entryname COMMAND "Parms" [( "Options"] Parms:
ordinal { cp_cmd | DELETE | ?}
Options:
[MSG | NOMSG] [FILE [filename]] ["Stack Options"] [STEM stemname] Stack Options:
FIFO | LIFO | STACK [FIFO | LIFO]
Specifies the name of the directory entry to process.
Specifies an integer number defining the position of a COMMAND statement relative to other COMMAND statements in the directory entry. The first COMMAND statement in an entry has ordinal value ‘1’.
Specifies the CP command line to be inserted or deleted from the directory entry. Adding a COMMAND statement with ordinal value ‘1’ makes it the first COMMAND statement in the entry. Adding a COMMAND statement with ordinal value ‘3’ inserts it after the COMMAND statement with ordinal value ‘2’.
Removes the COMMAND statement identified by its ordinal number.
Returns all COMMAND statements from the entry. The values are passed to the caller in a message, on the program stack, or in a REXX stem.
These options are explained in Common API Command Options.
For details on the COMMAND statement in a directory entry refer to the definitions in the section about that statement type in the IBM CP Planning and Administration publication for your release of VM. COMMAND and CMD are treated as identical statement types.
|
Copyright © 2014 CA.
All rights reserved.
|
|