2 2616 ! Determine the time the system has been up. For the local node, this 2 2617 ! is done by using the uptime in ticks in EXE$GL_ABSTIM_TICS. For remote 2 2618 ! nodes, this is done by subtracting the current time from the node's boot 2 2619 ! time and handing it to $ASCTIM. Note that a SET TIME on a remote node 2 2620 ! WILL result in an incorrect value for UPTIME on that node (since the 2 2621 ! boot time is not adjusted, nor should it be). Using ABSTIM_TICS locally 2 2622 ! gives a "true" value on the local node. 2 2623 ! 2 2624 IF NOT .node [nod_v_remote] 2 2625 THEN 2 2626 LIB$EMUL(%REF(.exe$gl_abstim), %REF(-10000000), %REF(0), time) ! Get the uptime 2 2627 ELSE