Proc Reference > PQN Proc Commands > U

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

U command (Proc) (m618403+u.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

U

Allows you to execute special code (known as a 'User Exit') from a Proc.

Caution

Use extreme care in executing user exits. A wrong call can destroy data on your system.

Syntax

Unxxx

Syntax Elements

n Represents the entry point.

xxx The FID (Frame Identity) of the special code.

User Exits

The following user exits are provided for your convenience; they are widely used and should work on your system.

Note: You can now load the same information via the SYSTEM function and this should be used in any new Proc.

U50BB

IBH%n:U50BB:

This command loads the port number and account name (separated by one space) of the process executing the Proc into the active input buffer. If the IH command is used instead of the IBH command, the account name loads into the next buffer, and the space becomes an attribute mark. The input buffer referenced by %n is ignored and its contents are not changed, unless it is the active input buffer.

Note: The information displayed by user exit U50BB depends on the selected MutliValue environment. For details, refer to MultiValue Compatibility.

U10DD

IBH%n:U10DD:

This command loads the computer's system serial number into the active input buffer. The input buffer referenced by %n is ignored and its contents are not changed, unless it is the active input buffer.

Further user exits are provided for local requirements in some countries. See separate documentation, where provided, for details.

RealityV15.0Comment on this topic