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
  • ... Wakeup ($SCHDWK) $CANWAK Cancel Wakeup ($CANWAK) $FORCEX Force Exit ($FORCEX) With GROUP privilege, a user's process can control ...
    1 KB (165 words) - 16:08, 23 July 2019
  • ... Schedule Wakeup ($SCHDWK) $CANWAK Cancel Wakeup ($CANWAK) $FORCEX Force Exit ($FORCEX) The user's process is also allowed to examine ...
    1 KB (182 words) - 17:33, 23 July 2019
  • ... specified command procedure is executed. When the end of instructions or the EXIT command is reached in the command procedure file, the batch process ...
    884 bytes (156 words) - 19:45, 13 November 2019
  • ... ELV ENABLE ENCRYPT ENCRYPT_Routine ENDSUBROUTINE EOD EOJ Errors EXAMINE EXCHANGE EXIT Expression Ext_File_Specs FDL FDL_Routines Filespec FINGER FONT ...
    3 KB (339 words) - 03:14, 26 November 2021
  • ... Grand total of 2 directories, 6 files. SMAN43$ create sub:b.lis test Exit SMAN43$ dir sub Directory DSA1: JDOE.SUB B.LIS;1 ORIGINAL.LIS;1 SUB2.DIR ...
    1 KB (192 words) - 08:30, 28 November 2019
  • ... message below. Press CTRL/Z when complete, or CTRL/C to quit: hi there Exit New mail from JDOE $ You can also redefine SYS$INPUT so that an Image ...
    3 KB (433 words) - 18:46, 24 June 2022
  • ... lowest three bits of $STATUS and therefor determines the severity of the exit condition of the latest command. It can have the following values ...
    417 bytes (56 words) - 10:21, 18 February 2022
  • ... $ create file.lis $ deck/dollars="The end" File data File data The end $ exit End of file $ $ @create_file $ type file.lis File data File data The ...
    1 KB (227 words) - 10:58, 2 December 2019
  • ... - /STATUS Selects or rejects records with the specified final exit $STATUS status codes - /SUMMARY Produces a summary report of the ...
    3 KB (491 words) - 13:11, 6 February 2023
  • ... This ON statement overrides the default action, which is to exit from a procedure following errors or severe errors. Category:DCL Commands
    1 KB (173 words) - 14:04, 2 December 2019
  • ... Qualifiers /ABORT /CANCEL /CLUSTER /CONFIGURE /DISABLE /ENABLE /EXIT /LOG /NODE /RESTART /RESUME /START /SUSPEND /TRACE ...
    418 bytes (51 words) - 13:43, 3 December 2019
  • ... =Syntax= SET SERVER REGISTRY_SERVER Qualifiers /ABORT /CLUSTER /EXIT /LOG /MASTER /NODE /RESTART /START Category:DCL Commands
    356 bytes (44 words) - 13:44, 3 December 2019
  • ... server . Requires SYSPRV privilege. =Syntax= SET SERVER SECURITY_SERVER Qualifiers /EXIT /RESTART /START Category:DCL Commands
    258 bytes (31 words) - 13:45, 3 December 2019
  • ... the process termination code supplied to $DELPRC (but not the image exit code supplied to $EXIT). Otherwise, the status in ACMESB$L_SECONDARY_STATUS ...
    29 KB (4,677 words) - 11:15, 23 March 2022
  • ... is invalid. The partner NSP has no resources. The partner task exited during the connect sequence. The partner task rejected the connect. ...
    122 KB (18,338 words) - 07:03, 23 December 2019
  • ... the lack of a file extension : IdKey OpenVMS : CTRL-Z Exit : dir IDENTIFICATION.; : : Directory SYS$SYSDEVICE: user.ssh2 : : IDENTIFICATION. ...
    9 KB (1,393 words) - 13:25, 29 June 2023

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