System Debug Reference Manual (32650-90888)
280 Chapter6
System Debug Command Specifications M-X
UF
UFC Full search path:
NM: PROG, GRP, PUB, USER(s), SYS.
CM: PROG, GRP, PUB, LGRP, LPUB, SYS.
UFCG Search GRP, the group library.
UFCP Search PUB, the account library.
UFCLG Search LGRP, the logon group library.
UFCLP Search LPUB, the logon account library.
UFCS Search SYS, the system library.
UFCU Search USER, the user library.
For a full description of logical code addresses, refer to the section "Logical
Code Addresses" in chapter 2.
fname
The file name of the NM USER library. Multiple NM libraries can be
bound with the XL= option on a RUN command, for example:
:run nmprog; xl=lib1,lib2.testgrp,lib3
In this case, it is necessary to specify the desired NM USER library, for
example:
UFCU lib1 204c
UFCU lib2.testgrp test20+1c0
If the file name is not fully qualified, the following defaults are used:
Default account: the account of the program file.
Default group: the group of the program file.
cmabsaddr
A full CM absolute code address specifies three necessary items:
• Either the CST or the CSTX.
• The absolute code segment number.
• The CM word offset within the code segment.
Absolute code addresses can be specified in two ways:
• As a long pointer (LPTR):
UC 2644 Implicit CST 23.2644
UCAX 5.3204 Implicit CSTX 5.3204
• As a full absolute code pointer (ACPTR):
UCA CST(2.200) Explicit CST coercion.
UCAX CSTX(2.200) Explicit CSTX coercion.
UCAX logtoabs(prog(1.20)) Explicit absolute conversion.
The search path used for procedure name lookups is based on the
command suffix letter: