Previous Topic Next topic Print topic


pointer-1

pointer-1 points to memory block 1.

Data Format:

Memory block 1 is passed to the ACP with data in the following format:

01  Net-info.
    03 name-length      PIC X       COMP-X.
    03 netname          PIC X(8).

where:

name-length
contains the length of the netname field.
netname
contains the netname, this field is padded with spaces to eight characters.
Previous Topic Next topic Print topic