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.
%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.
: 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.
@<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 <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 <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 <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.
$<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 <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 <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
$<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.
FILE NAME <file name>
. With filename
that can be formed with the pattern : prefix:id_prefix[inner_id]id_suffix
.We expect to find a .DAT file.
%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 IS <list id>;
We expect to find a .IFDL file.
FORMS ARE <list id>;
We expect to find a .IFDL file.
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 IS <list id>;
We expect to find a .TDF file.
TASKS ARE <list id>;
We expect to find a .TDF file.
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 IS <list id>;
We expect to find a .CDO file.
WORKSPACES ARE <list id>;
We expect to find a .CDO file.
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 <list id> END LIST
We expect to find a .CDO file.
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 "<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 <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.
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.
%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 IS <file name>;
We expect to find a .MDF file.
TASKS IS <file name>
We expect to find a .TDF file.
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.
%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 <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 <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 <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.