Get Micro Focus Files in Category

This tool returns the Micro Focus files contained in a category.

Parameters:

Parameter # I/O Type Description
1 [M] I String Category path provided as a resource ID. The content of this category is return.
2 [M] I String Category ID input parameter.
3 [M] I String Hide empty categories from the returned list. The default value is true.
4 [M] I String Hide output directory from the returned list. The default value is true.
5 [M] I String Filter the files in the category using a regular expression. The default value is ".*".
6 [M] O File The output of Micro Focus files in a category.

The output file descriptor has the following structure:

No Target ID
1 [M] The full path of the item in an OS specific format.
2 [M] The name of the item.
3 [M] The resource id of the item.
4 [M] The MF_FILE as an integer.

The category ID can take the following integer values:

1
A COBOL program when the category is from a COBOL project, PL/I program when the category is from a PL/I project.
2
A COBOL copybook when the category is from a COBOL project, PL/I include files when then category is from a PL/I project.
3
BMS sources.
4
Assembler sources.
5
Assembler macro files.
6
Assembler macro files.
7
DBD files.
8
MFS files.
9
PSB files.
10
JCL files.
11
REXX files.
12
CLIST files.
13
Easytrieve files.
100
Web services.
120
Java Interfaces.