c***************************************************************************** c c the following is a description of the file oa$data:profile.dat which c contains the user profile for allin1. we use this file to extract info c about the user to be used in the calendar system. c c size = 951 c C common /profile/ profile_rec STRUCTURE /PROFILE_REC/ character*30 usr_key !username key character*12 vms_usr !vms username character*32 full_name !full name character*30 usr_title !user job title character*24 usr_depart !department name character*68 usr_status !status description character*31 usr_passwrd !user password character*20 usr_phone !phone number character*15 reserved character*1 prvdcl !dcl privileges character*1 prvsup !supervisor privileges character*1 prverr !error trap privileges character*1 prvcmd !command procedure privilege character*1 prvsrc character*1 corp_phone !access corp phone dir character*1 prvlog !log privilege character*1 multi_node !access to all nodes character*1 rsvd_tcs character*30 addr1 !address line 1 character*30 addr2 !address line 2 character*30 addr3 !address line 3 character*30 addr4 !address line 4 character*15 zipcod !zip code character*1 mail_not !notify of mail receipt character*1 batch_not !notify of batch complete character*1 print_not !notify of print complete character*1 read_rec !read mail receipts character*1 tickler !use tickler functions character*1 actitem !remind of action items character*68 direct !directory to use character*68 formlib !form libraries character*30 start_form !initial form character*10 edit_style !edit to use character*15 def_printer !default printer to use character*13 usr_node !user default node character*1 ptr_port !has printer port character*1 set_mode !user can set terminal mode character*66 mail_fwd character*31 mail_reply character*10 mail_menu !mail menu to use character*10 mail_dest !default mail destination character*5 time_inc !calendar time increment character*1 time_fmt !y=am/pm, n=24hr character*1 set_usr character*1 start_day !calendar start day character*1 cal_days !number of work days character*7 start_hour !start of work day character*7 end_hour !end of work day character*7 start_lunch !start lunch hour character*7 end_lunch !end lunch hour character*1 adv_cal character*10 usr_flags !user flags (10 x 1) character*10 usr_class character*20 language character*45 operator character*43 usr_spare1 !spare bytes character*50 usr_spare2 !spare bytes END STRUCTURE RECORD /PROFILE_REC/ PROFILE