TS/MP Management Programming Manual (G06.24+, H06.03+)

SPI Programming Considerations
NonStop TS/MP Management Programming Manual540082-001
3-20
32-Byte File Names
32-Byte File Names
Some commands require that you send a file name to the PATHMON process through
the SPI interface. A 32-byte field is required to represent file names for DSM, rather
than the 24-byte field that is typically used for this purpose.
Whenever you assign a file name to a field, you must supply the file name:
Bytes 0 through 7 contain the name of the system that hosts the file. The name
must include the leading backslash character (\) and be left justified with filler
tokens (ZPWY-DDL-FILLER).
If the system is not part of a network and is not named, bytes 0 through 7 contain
the backslash character (\) followed by 7 blank characters.
Bytes 8 through 31 contain the file name in local internal form.
Example 3-1 shows examples of acceptable formats for file names:
6. Reissues the INFO SC command with
the special selector and adds the
context token from the previous
response to the message.
7. Returns the name of CLASS-B and a
context token.
8. Reissues the INFO SC command with
the special selector and adds the
context token from the previous
response to the message.
9. Returns the name of CLASS-C and a
context token.
10. Reissues the INFO SC command with
the special selector and adds the
context token from the previous
response to the message.
11. Returns an empty response buffer (the
context token is absent) and the error
value ZPWY-ERR-PM-NODATA.
12. Interprets that there are no more SC
objects about which to obtain
information.
The Application… The PATHMON Process…