USERID

The parse service routine builds a four-word PDE to describe a USERID operand; it has the following format:

Offset decimal Meaning
0 A pointer to the user ID
4 Length1
6 Flags1
7 Reserved
8 A pointer to the password
12 Length2
14 Flags2
15 Reserved
Pointer to the user ID:
contains a pointer to the beginning of the user ID. Contains zero if the user ID was omitted.
Length1:
contains the length of the user ID.
Flags1:
Setting Meaning
0... .... The user ID is not present.
1... .... The user ID is present.
.xxx xxxx Reserved bits.
Pointer to the password:
contains a pointer to the beginning of the password. Contains zero if the password is omitted.
Length2:
contains the length of the password, excluding the slash.
Flags2:
Setting Meaning
0... .... The password is not present.
1... .... The password is present.
.xxx xxxx Reserved bits.