Search results

Jump to: navigation, search
  • ... of the most recently executed command or program. =Examples= $ EXIT 1 The EXIT command in this example exits to the next higher command level, giving ...
    2 KB (288 words) - 10:32, 2 December 2019
  • ... can be used to control $DELPRC system service options that call exit handlers prior to final cleanup and deletion of a process. =$DELPRC options ...
    674 bytes (90 words) - 05:22, 9 April 2019
  • ... but must be specified if the process that is to be forced to exit is not in the same UIC group as the calling process. prcnam SyservArgument ...
    5 KB (883 words) - 07:48, 14 November 2019
  • ... read only by value The flags argument can be used to control whether exit handlers are called by $DELPRC. If the flags argument is not specified or ...
    6 KB (972 words) - 12:46, 28 November 2019
  • ... command procedure, you will need to first comment out the preceding $ EXIT command. Then specify a version limit you find appropriate for each spawned ...
    50 KB (7,396 words) - 17:34, 26 January 2022
  • ... process. ;parameters : pid:int : process identification (PID) of the process to force exit : pname:str : process name of the process that is to force ...
    37 KB (5,969 words) - 23:26, 6 July 2022
  • ... and then copy and paste the contents shown below. Press Ctrl-Z to exit the editor. $ edit tomcat$root: 000000 STREAM_LF.FDL FILE ALLOCATION 4 BEST_TRY ...
    49 KB (7,079 words) - 07:13, 20 October 2021
  • ... them access to objects owned by the subsystem. As soon as they exit from the application, these identifiers and, therefore, the users' access rights ...
    6 KB (949 words) - 14:04, 4 December 2019
  • ... boot command overrides the file name specified in the node database entry. - EXIT Stops execution of LANCP and returns control to the DCL command ...
    14 KB (2,009 words) - 18:06, 5 April 2019
  • ... Scroll Margins GENERAL-PURPOSE COMMANDS Attach Do Help Recall Reset Show DCL Exit Quit Repeat Shell Spawn FILES AND BUFFERS Buffer Previous Buffer Set ...
    8 KB (855 words) - 07:24, 2 December 2019
  • ... until the time specified or implied by the /ENDING qualifier. To exit from MONITOR, enter the EXIT command at the MONITOR> prompt or press Ctrl/Z. To ...
    4 KB (580 words) - 03:47, 26 November 2021
  • ... whether the current node is a member of a cluster. The command procedure will exit on this condition. If the F$CSID function does not return a null ...
    2 KB (413 words) - 19:04, 28 June 2019
  • ... queue, plus one mailbox for status information and one for detecting process exit status for each copy of EXECSYMB (i.e. one per 32 queues). EXECSYMB ...
    228 KB (33,783 words) - 18:52, 12 July 2023
  • ... interactive commands here $ $ $ EXIT $BATCH: $ put your batch mode commands here $ $ $ EXIT $NETWORK: $OTHER: $ EXIT Category:Command Procedures
    2 KB (262 words) - 12:18, 28 November 2019
  • ... ' $ LOOP: $ READ/END_OF_FILE=EXIT SYS$PIPE LINE $ WRITE SYS$OUTPUT LINE ... log file $ GOTO LOOP $ EXIT: $ CLOSE tee_file $ EXIT The PIPE command to ...
    10 KB (1,419 words) - 17:02, 2 December 2019
  • ... : $ SET AUDIT/ALARM/AUDIT/DISABLE=ALL/CLASS= $ SET AUDIT/SERVER=EXIT To restart security auditing and OPCOM on the system, enter: $ @SYS$SYSTEM ...
    2 KB (378 words) - 09:56, 23 August 2023
  • ... WORK7: JDOE.TEST TEST.C 5 16-DEC-2022 08:57:11 JDOE "Added a message" CMS> exit Because the same lines were changed in versions 5 and 4C2, there ...
    9 KB (1,304 words) - 12:56, 19 December 2022
  • ... _FILE=END FILE LINE ... $ GOTO LOOP $END: $ WRITE SYS$OUTPUT "Finished" $ CLOSE FILE $ EXIT 1 In the example above, /END_OF_FILE is used to branch to ...
    5 KB (855 words) - 14:01, 18 December 2023
  • ... begin with the dollar sign ($): $ if f$mode() .nes. "INTERACTIVE" then exit 2. Comment Comments begin with an exclamation point ( ). Comment lines ...
    2 KB (264 words) - 12:59, 23 March 2022
  • ... RWED, OWNER=RWED, GROUP=RE, WORLD=NO ACCESS $ create newfile.lis Exit $ show security newfile.lis DSA1: 000000.JDOE NEWFILE.LIS;1 object of class FILE ...
    3 KB (392 words) - 05:59, 25 February 2019
  • ... 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

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