User Tools

Site Tools


openvms:openvms-cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
openvms:openvms-cheatsheet [2023/06/29 07:22] – [Error levels] dodgeropenvms:openvms-cheatsheet [2023/07/01 07:45] dodger
Line 1: Line 1:
 ====== [CHEATSHEET] OpenVMS ====== ====== [CHEATSHEET] OpenVMS ======
 +
 +====== Main concepts ======
  
 ===== Keywords ===== ===== Keywords =====
Line 8: Line 10:
 | DCL | Digital Command Language | ''bash'' LOL | | DCL | Digital Command Language | ''bash'' LOL |
 | CDU | Command definition utility | It's a kind of IDE or ''getops'', allow command line definitions | | CDU | Command definition utility | It's a kind of IDE or ''getops'', allow command line definitions |
 +| RMS | Record Management Services | ''journalctl'' (logs) |
 +| JBC | Job Controller | Queues |
 +| Symbol | - | A variable... |
  
  
Line 19: Line 24:
 | ''!'' | ''#'' | comment delimiter | | ''!'' | ''#'' | comment delimiter |
 | ''%'' | ''nothing here'' | Error message delimiter | | ''%'' | ''nothing here'' | Error message delimiter |
 +| ''^-(.*)'' | ''nothing here'' | Continue a message. For example 1st line begin with ''%'' and 2nd line with ''-'' |
  
-==== Error levels ====+ 
 +===== Error levels =====
  
 ^ alpha ^ numeric ^ level ^ ^ alpha ^ numeric ^ level ^
Line 28: Line 35:
 | ''-E-'' | ''2'' | Error | | ''-E-'' | ''2'' | Error |
 | ''-F-'' | ''4'' | SEVERE | | ''-F-'' | ''4'' | SEVERE |
 +
 +
 +===== Symbols (Variables)  =====
 +
 +^ Creation ^ Description ^
 +| ''SYMBOL = <value> '' | Creates a **local** symbol (string or integer) |
 +| ''SYMBOL == <value> '' | Creates a **global** symbol (string or integer) |
 +| ''SYMBOL := <value> '' | Creates a **local** STRING symbol |
 +| ''SYMBOL :== <value> '' | Creates a **global** STRING symbol |
  
  
openvms/openvms-cheatsheet.txt · Last modified: 2023/07/01 08:10 by dodger