MIAx - Optional control cards

You must define commands in the Generation Manager to split the generated Programs, Screens, Servers, or "COPY" clauses into separate files and into directories that you specify.

Definition of the command lines IN FRONT.

These lines contain the character strings specific to these lines, but also information on the file to be produced: its name, extension, and the directory in which it is expected.

The first command line IN FRONT must contain:
Value Meaning
*+++++* Delimiter, always in columns 1 to 7
PGMCOD Name of the file to be produced
ext Extension, on 3 characters maximum
INTCOD Name of the entity in the repository

The values are separated by a blank.

Example:

    *+++++* MYPROG cbl INTPRG
The second command line IN FRONT must contain:
Value Meaning
*&&&&&* Delimiter, always in columns 1 to 7
path Path for the writing of files

The values are separated by a blank.

Example:

    *&&&&&* /vapac/cobol

Another set of lines must be created for the maps. To do so, duplicate the preceding set of lines and change the extension.


Feedback