OpenVMS
ADF
%INCLUDE
%INCLUDE "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not.
ADFINC
TASK
: TASK <file name> IN
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not.
COM
@
@<file name>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. The file can have its extension or not. We expect to find a .COM, .MDF, .DIS, .DAT, .FDL, .OPT or a .INI file.
COPY
$ copy <prefix>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. The file can have its extension or not. We expect to find a .COM, .DAT, .OPT or a .INI file.
DEFINE
$ define <prefix>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. The file can have its extension or not. We expect to find a .COM, .DAT, .OPT or a .INI file.
DSL
$ dsl <prefix>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. The file can have its extension or not. We expect to find a .COM, .DAT, .OPT or a .INI file.
FDL
$<prefix1> fdl <prefix2>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. We expect to find a .FDL file.
OPEN
$ open <prefix>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. The file can have its extension or not. We expect to find a .COM, .DAT, .OPT or a .INI file.
SPECIFICATION
$<prefix1> specification <prefix2>:<filename>
Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. We expect to find a .FDL file.
FDL
FILE
FILE NAME <file name>
. Withfilename
that can be formed with the pattern :prefix:id_prefix[inner_id]id_suffix
. We expect to find a .DAT file.
GDF
%INCLUDE
%INCLUDE "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not.
FORMS
-
FORMS IS <list id>;
We expect to find a .IFDL file. -
FORMS ARE <list id>;
We expect to find a .IFDL file.
INITIALIZATION PROCEDURES
-
INITIALIZATION PROCEDURES IS <list id>;
We expect to find a .CDO or a .COB file. -
INITIALIZATION PROCEDURES ARE <list id>;
We expect to find a .CDO or a .COB file.
TASKS
-
TASKS IS <list id>;
We expect to find a .TDF file. -
TASKS ARE <list id>;
We expect to find a .TDF file.
TERMINATION PROCEDURES
-
TERMINATION PROCEDURES IS <list id>;
We expect to find a .CDO or a .COB file. -
TERMINATION PROCEDURES ARE <list id>;
We expect to find a .CDO or a .COBfile.
WORKSPACES
-
WORKSPACES IS <list id>;
We expect to find a .CDO file. -
WORKSPACES ARE <list id>;
We expect to find a .CDO file.
ICM
CALL
CALL "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. We expect to find a .COB file.
RECORD LIST
RECORD LIST <list id> END LIST
We expect to find a .CDO file.
IFDL
CALL
CALL "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. We expect to find a .COB file.
COPY
COPY "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. We expect to find a .ICM, .CDO or a .IFDLCOP file.
COPY FROM
COPY <file name> FROM DICTIONARY
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. We expect to find a .DDL or a.CDO file.
MCM
DEFAULT APPLICATION
DEFAULT APPLICATION IS <file name>
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. We expect to find a .ADF file.
MDF
%INCLUDE
%INCLUDE "<file name>";
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .MDFINC file.
MENU
MENU IS <file name>;
We expect to find a .MDF file.
TASKS
TASKS IS <file name>
We expect to find a .TDF file.
TCM
CALL TASK
CALL TASK <file name> IN
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .TDF file.
TDM
%INCLUDE
%INCLUDE "<file name>"
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .TCM file.
CALL PROCEDURE
CALL PROCEDURE <file name>
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .TDF file.
CALL TASK
CALL TASK <file name>
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .TDF file.
GOTO TASK
GOTO TASK <file name>
With<file name>
that can be formed with the pattern :prefix:folder.file
whereprefix:folder
part is optional. Thefile
can have its extension or not. We expect to find a .TDF file.