.title user_vector .library /sys$library:lib/ .library /tachyon_common:tachyon_common/ ; This module illustrates that the transfer vector for a user mode system ; service, unlike kernel and executive mode services, doesn't have to be in ; the main dispatcher module. It just has to be in *some* module. However, ; it should be linked into the same cluster as the other transfer vectors. define_all_psects user_system_service print_control_block_address,external=yes user_system_service get_date_time_string,external=yes user_system_service assign_channel,external=yes .end