next up previous contents index
Next: 11. Examples Up: 10. Syntax Previous: 10.1 Mandatory parameters   Contents   Index

Subsections


10.2 Optional parameters


10.2.1 PREFIX prefix

If prefix value is set to 'COBOL-' then the XML element <cobol_item_01> will generate a COBOL item called ITEM-01. There is no default value for this parameter.


Under MVS batch (JCL)

The dash ('-') used in prefix, like COBOL-, is taken for a continuation character in JCL. If you use prefix within a batch job, replace all dashes ('-') by underscores ('_').


10.2.2 LEVEL01

If present, the COBOL copybook will start at level 01. The default value is no level 01, it starts at level 02.


10.2.3 ROUND

If present, all COBOL item length will be rounded to the next 5 or 0. For example :


COBOL item length


The default value is no round, item length is not rounded.


10.2.4 BROWSE

The default value for this parameter is no.


Under MVS

Only under ISPF and if present, will browse the generation results report.


For all other platforms

On all other platforms, this parameter is ignored.


10.2.5 VERBOSE

If present, displays all the messages. The default value is no, all messages are not displayed.


next up previous contents index
Next: 11. Examples Up: 10. Syntax Previous: 10.1 Mandatory parameters   Contents   Index
sunuraxi@users.sourceforge.net