SNAX Creator-2 Configuration and Control Manual

ALTER ENTRY Command
SCF Commands for SNAX Creator-2
117143 SNAX Creator-2 Configuration and Control Manual 4–13
ALTER ENTRY
Command
The ALTER ENTRY command changes specified values of an existing ENTRY object
defined to the SNAX Creator-2 subsystem. It is a sensitive command.
ALTER ENTRY command syntax is as follows:
ALTER [ /OUT
file-spec
/ ] ENTRY
manager-name.object-name
, TEXT {
text-string
|
expression
}
OUT
causes any SCF output generated for this command to be directed to the file
file-spec
; it is described in the Subsystem Control Facility (SCF) Reference Manual.
manager-name
is described in Section 3, “Objects for SNAX Creator-2.”
object-name
is an ENTRY object name, as described in Section 3, “Objects for SNAX Creator-2.”
TEXT
is described in Section 5, “Attributes and Built-in Functions for SNAX Creator-2.”
Examples
The following example of the ALTER ENTRY command changes the value of
MYENTRY to "a string of max 80 bytes":
ALTER ENTRY $CREA.MYENTRY, TEXT "a string of max 80 bytes"