The Format of the Rename File Record Extension

Table 1 describes the format of a record that is created by a rename operation.
Table 1. Format of the Rename File Record Extension
Field Name Type Length Position Comments
Start End
RENF_CLASS Char 8 282 289 Class name.
RENF_USER_NAME Char 20 291 310 The name associated with the user ID.
RENF_UTK_ENCR Yes/No 4 312 315 Is the UTOKEN associated with this user encrypted?
RENF_UTK_PRE19 Yes/No 4 317 320 Is this a token for a release earlier than RACF® 1.9?
RENF_UTK_VERPROF Yes/No 4 322 325 Is the VERIFYX propagation flag set?
RENF_UTK_NJEUNUSR Yes/No 4 327 330 Is this the NJE undefined user?
RENF_UTK_LOGUSR Yes/No 4 332 335 Is UAUDIT specified for this user?
RENF_UTK_SPECIAL Yes/No 4 337 340 Is this a RACF SPECIAL user?
RENF_UTK_DEFAULT Yes/No 4 342 345 Is this a default token?
RENF_UTK_UNKNUSR Yes/No 4 347 350 Is this an undefined user?
RENF_UTK_ERROR Yes/No 4 352 355 Is this user token in error?
RENF_UTK_TRUSTED Yes/No 4 357 360 Is this user a part of the trusted computing base (TCB)?
RENF_UTK_SESSTYPE Char 8 362 369 The session type of this session.
RENF_UTK_SURROGAT Yes/No 4 371 374 Is this a surrogate user?
RENF_UTK_REMOTE Yes/No 4 376 379 Is this a remote job?
RENF_UTK_PRIV Yes/No 4 381 384 Is this a privileged user ID?
RENF_UTK_SECL Char 8 386 393 The SECLABEL of the user.
RENF_UTK_EXECNODE Char 8 395 402 The execution node of the work.
RENF_UTK_SUSER_ID Char 8 404 411 The submitting user ID.
RENF_UTK_SNODE Char 8 413 420 The submitting node.
RENF_UTK_SGRP_ID Char 8 422 429 The submitting group ID.
RENF_UTK_SPOE Char 8 431 438 The port of entry.
RENF_UTK_SPCLASS Char 8 440 447 Class of the POE. Valid values are TERMINAL, CONSOLE, JESINPUT, and APPCPORT.
RENF_UTK_USER_ID Char 8 449 456 User ID associated with the record.
RENF_UTK_GRP_ID Char 8 458 465 Group ID associated with the record.
RENF_UTK_DFT_GRP Yes/No 4 467 470 Is a default group assigned?
RENF_UTK_DFT_SECL Yes/No 4 472 475 Is a default SECLABEL assigned?
RENF_APPC_LINK Char 16 477 492 A key to link together audit records for a user's APPC transaction processing work.
RENF_AUDIT_CODE Char 11 494 504 Audit function code. For more information on the function codes, see OpenExtensions Audit Function Codes.
RENF_OLD_REAL_UID Integer 10 506 515 Old real UID.
RENF_OLD_EFF_UID Integer 10 517 526 Old effective UID.
RENF_OLD_SAVED_UID Integer 10 528 537 Old saved UID.
RENF_OLD_REAL_GID Integer 10 539 548 Old real GID.
RENF_OLD_EFF_GID Integer 10 550 559 Old effective GID.
RENF_OLD_SAVED_GID Integer 10 561 570 Old saved GID.
RENF_PATH_NAME Char 1023 572 1594 The requested path name.
RENF_FILE_ID Char 32 1596 1627 File ID.
RENF_FILE_OWN_UID Integer 10 1629 1638 The owner UID associated with the file.
RENF_FILE_OWN_GID Integer 10 1640 1649 The owner GID associated with the file.
RENF_PATH2 Char 1023 1651 2673 Second requested path name.
RENF_FILE_ID2 Char 32 2675 2706 Second requested file ID.
RENF_OWNER_UID Integer 10 2708 2717 UID of the owner of the deleted file.
RENF_OWNER_GID Integer 10 2719 2728 GID of the owner of the deleted file.
RENF_PATH_TYPE Char 4 2730 2733 Type of the requested path name. Valid values are OLD and NEW.
RENF_LAST_DELETED Yes/No 4 2735 2738 Was the last link deleted?
RENF_FILEPOOL Char 8 2740 2747 SFS filepool containing the BFS file.
RENF_FILESPACE Char 8 2749 2756 SFS filespace containing the BFS file.
RENF_INODE Integer 10 2758 2767 Inode (file serial number).
RENF_SCID Integer 10 2769 2778 File SCID.
RENF_FILEPOOL2 Char 8 2780 2787 SFS filepool containing the second BFS file.
RENF_FILESPACE2 Char 8 2789 2796 SFS filespace containing the second BFS file.
RENF_INODE2 Integer 10 2798 2807 Second Inode (file serial number).
RENF_SCID2 Integer 10 2809 2818 Second File SCID.
RENF_DCE_LINK Char 16 2820 2835 Link to connect DCE records that originate from a single DCE request.
RENF_AUTH_TYPE Char 13 2837 2849 Defines the type of request. Valid values are: SERVER and AUTH_CLIENT and UNAUTH_CLIENT.