ue.2117

User Exit/BASIC Program, Releases: R83 3.1 and R83 2.2

Returns information about the current process.

Syntax

result = oconv(0, 'u2117')

Description

returns information about the current process.

The information is returned in a dynamic array.

result<1> contains the PCB (Process Control Block) in hex, and the PIB status.

result<2> contains the process' Return Stack, separated by value marks.

result<3> contains:

0 If it was the last process,
1 If it is the current process,
2 If none of the above.

If the process is not logged on, then result<1> and <2> are empty.

See Also

Command Name Type Description
basic.user.exits User Exit List of Pick/BASIC user exits.
tcl.where Verb: Access Displays system execution information.
ue.3079 User Exit Returns the PCB fid or the port number for the current port.
ue.3070 User Exit Returns PCB fid for the current process.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.