MPE/iX Intrinsics Reference Manual (32650-90875)

620 Chapter10
Command Definitions (QUIT-ZSIZE)
STARTSESS
7034 Logon failed because the session's logon group is out of
connect time
7035 Logon string was not terminated with a carriage-return
character (%15)
7036 The LDEV has an invalid type and subtype for a
programmatic session
7039 Internal programmatic session error
7040 Unable to allocate $STDERR, or logon failed because of a
failure to open $STDERR
7042 Group is not specified, and there is no default home group
NOTE
Error messages with numbers in the 10000 range are generally Command
Interpreter errors and should be looked up in the MPE/iX Error Message
Manual Volumes 1, 2 and 3.
Operation Notes
The terminal on which the session is to be created must be available; no other user may be
logged on. The target terminal is not speed-sensed, so it must be set at the configured baud
rate.
When the session is created, nothing is printed to the terminal until you press the
Return
key on the selected terminal (unless you specify nowait). To override the need for a Return,
you can enter the NOWAIT keyword parameter with the logon string when invoking the
STARTSESS intrinsic. For example, passing the following logon string to STARTSESS starts a
session and logon immediately without waiting for a
Return:
MANAGER/
password
.SYS;NOWAIT
Never specify the NOWAIT option in the logon string without first ensuring that the target
terminal is turned on and set at the default baud rate. If the target terminal is the system
console and nowait is specified, then you must have system manager (SM) capability. All
other valid terminals can be specified with only programmatic sessions (PS) capability.
Related Information
Manual Process Management Programmer's Guide