Search results

Jump to: navigation, search
  • ... write sys$output f$cvui(count,1,p2) $ count = count + 1 $ goto loop $ exit This command procedure displays the value of P1 bits of string P2 ...
    1 KB (182 words) - 09:01, 5 April 2019
  • ... =Examples= $LOOP: $ FILE = F$SEARCH("DKA0: ... . ; ") $ IF FILE .EQS. "" THEN EXIT $ SHOW SYMBOL FILE $ GOTO LOOP This loop displays every file in ...
    2 KB (371 words) - 14:20, 15 November 2019
  • ... GOTO loop $ ENDIF $ The loop over the processes has ended. $ $endloop: $ $ EXIT $ $ Error handler. Clean up the context's memory with $ the CANCEL ...
    7 KB (1,137 words) - 10:04, 5 April 2019
  • ... _PATHNAME", XYZ ) $ IF PATH .EQS. "" THEN GOTO EXIT $ WRITE SYS$OUTPUT "PATH NAME = ''PATH'" $ GOTO LOOP $ $EXIT: $ EXIT This example shows the use of ...
    2 KB (346 words) - 18:48, 28 June 2019
  • ... , the statements following the label INTDEF are executed and the procedure exits before the statements at NON_INT_DEF. Category:Lexical Functions
    1 KB (184 words) - 19:19, 28 June 2019
  • ... a loop, testing for the condition value SS$_NOMOREPROC after each call and exiting from the loop when SS$_NOMOREPROC is returned. If you use $GETJPI ...
    49 KB (8,143 words) - 07:47, 14 November 2019
  • ... error. =Example= $ create file1.lis This is file 1. Exit $ create file2.lis This is file 2. Exit $ append file1.lis file2.lis $ type file1.lis This is ...
    5 KB (853 words) - 16:09, 3 December 2019
  • ... sys$node_newname. RUN SYS$SYSTEM:AUTHORIZE RENAME/IDENTIFIER SYS$NODE_OLDNAME SYS$NODE_NEWNAME EXIT 6. Reboot. REBOOT 7. After the reboot, log in via ...
    1 KB (218 words) - 08:15, 13 April 2023
  • ... _protection,s:rwed,o:rwed,g,w) $ create jdoe.sub newfile3.lis Exit SMAN43$ show security jdoe.sub newfile3.lis DSA1: 000000.JDOE.SUB NEWFILE3.LIS ...
    5 KB (725 words) - 05:42, 25 February 2019
  • ... "Batch queue" $ if qidle then write sys$output "Queue idle" $ if qauto then write sys$output "Autostart queue" $ goto q_loop $ $done: $ exit
    8 KB (1,290 words) - 11:10, 26 May 2021
  • ... " $ count = 0 $loop: $ i = f$element(count,"/",months) $ if i .eqs. "/" then exit $ write sys$output i $ count = count + 1 $ goto loop This produces ...
    5 KB (748 words) - 09:28, 22 October 2018
  • ... detached process or Subprocess subprocess . =Syntax= STOP process-name =STOP and EXIT= STOP causes an abnormal termination of the image that is ...
    583 bytes (82 words) - 03:54, 25 November 2021
  • ... all dependent software required $ by an ACME agent is started. $ $ SET SERVER ACME/RESTART $ $ EXIT $ Category:Startup Command Procedures
    17 KB (2,405 words) - 05:06, 14 February 2019
  • ... Wakeup ($SCHDWK) $CANWAK Cancel Wakeup ($CANWAK) $FORCEX Force Exit ($FORCEX) With GROUP privilege, a user's process can control ...
    1 KB (165 words) - 07:37, 28 February 2019
  • ... created - PRC_DELPRC Process deleted - PRC_FORCEX Process exit forced - PRC_GETJPI Process information gathered - PRC_GRANTID ...
    14 KB (2,109 words) - 02:26, 26 November 2021
  • ... =Examples= $ CONTEXT = "" $ START: $ PID = F$PID(CONTEXT) $ IF PID .EQS. "" THEN EXIT $ SHOW SYMBOL PID $ GOTO START This command procedure uses the ...
    601 bytes (86 words) - 10:10, 5 April 2019
  • ... sets the time, in units of 10 ms, allotted to each of a process's exit handlers (for each access mode) after the process times out (that is, reaches ...
    273 bytes (43 words) - 05:57, 9 April 2019
  • ... DEVICE_NAME = F$DEVICE(" 0:","DISK","RA60") $ IF DEVICE_NAME .EQS. "" THEN EXIT $ SHOW SYMBOL DEVICE_NAME $ GOTO START This command procedure displays ...
    3 KB (450 words) - 05:12, 6 April 2023
  • ... _TEXT. $ SUBMIT IMPORTANT.COM $ SYNCHRONIZE /entry='$ENTRY' $ IF $STATUS THEN EXIT $ $ JOB_STATUS = $STATUS $ $ IF "%JOBDELETE" .EQS. F$MESSAGE (JOB ...
    4 KB (583 words) - 19:28, 28 June 2019
  • ... 800000 Notifies application programs of state to set keypad on exit - ANSICRT 1000000 Terminal conforms to ANSI CRT programming standards ...
    2 KB (313 words) - 19:32, 13 November 2019

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)