1 /* BEGIN INCLUDE FILE status_info_branch.incl.pl1 */
 2 dcl       1 status_info_branch,                   /* structure returned for branch        */
 3             2 type            bit(2),             /* 0=link, 1=seg, 2=dir                 */
 4             2 nnames          bit(16),            /* number of names for this entry       */
 5             2 nrp             bit(18),            /* ???????                              */
 6             2 dtm             bit(36),            /* date and time last modified          */
 7             2 dtu             bit(36),            /* date and time last used              */
 8             2 mode            bit(5),             /* user's access mode                   */
 9             2 pad             bit(13),
10             2 records         bit(18);            /* number of records used               */
11 /* END INCLUDE FILE status_info_branch.incl.pl1 */