FortifyMBSExport.bj

Action

Exports a Mobile Build Session (MBS) using verified COBOL files. The MBS includes COBOL files and their respective copybooks. When created the MBS is saved to a single file with a .mbs file extension.

Syntax

FortifyMBSExport Workspace MbsFile [MbsDir] [Project] [Entity] [Status] [Cond] [Notify] [Wait] [LaunchHCC] [ExtraHCC] [StopHCC]
Required Parameters Description
Workspace Workspace directory or file.
MbsFile MBS output file.
Optional Parameters Description
MbsFile Absolute path to the MBS output file. Default value is [Workspace]\Output\.
Project Project context. This will use the default workspace project if it is not specified.
Entity * or entity name to export.
Status Verification status of source files to export:
*
Exports all source files.
R
Exports source files verified under the relaxed parsing option.
E
Exports source files that verified with an error.
S
Exports source files that verified successfully.
Cond Condition on objects selection.
Notify Notification file.
Oracle and DB2 Only Parameters Description
Wait If the HyperCodeConverter queue is empty:
Yes
Wait
No
Do not wait.
timeout
Specify a time in seconds before timeout occurs. If 0 seconds is specified then no timeout to wait.
LaunchHCC [Yes | No] - launch standalone HyperCodeConverter
ExtraHCC n - launch extra HyperCodeConverters on finish
StopHCC [Yes | No] - stop HyperCodeConverter on finish