u3079 User Exit

The u3079 user exit returns the PCB FID of the current process, or returns the port number of the current process.

Syntax

pcb.fid = iconv(port.num, ’u3079’)

port.num = oconv(pcb.fid, ’u3079’)

Description

Example(s)

a = iconv(0, ’u3079’)

a is the PCB for port 0 (in hexadecimal).

a = oconv(’02c0’, ’u3079’)

a is Port 0 for a system with 704 ABS frames.

See Also

u2070 User Exit

u2117 User Exit

u3070 User Exit

u4117 User Exit

u5117 User Exit