AWS Blu Insights dependencies for OpenVMS is part of the Mainframe group. It means in addition to the statements listed below, it also benefits of the other technologies support including Cobol for example.
ADF
%INCLUDE
%INCLUDE "<file name>"
With <file name>
that can be formed with the pattern : prefix:folder.file
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
can have its extension or not.
COM
@ Reference
@<file name>
With filename
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>
With filename
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>
With filename
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>
With filename
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>
With filename
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>
With filename
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.
RUN
$ run <prefix>:<filename>
With filename
that can be formed with the pattern : prefix:id_prefix[inner_id]id_suffix
.
We expect to find a .COB file
SPECIFICATION
$<prefix1> specification <prefix2>:<filename>
With filename
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
where prefix:folder
part is optional. The file
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
where prefix: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
where prefix: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
where prefix: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
where prefix: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
where prefix: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
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
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
where prefix:folder
part is optional. The file
can have its extension or not.
We expect to find a .TDF file.