How to start an online load modul from command prompt
search cancel

How to start an online load modul from command prompt

book

Article ID: 135402

calendar_today

Updated On:

Products

Gen Gen - Workstation Toolset Gen - Host Encyclopedia Gen - Run Time Distributed

Issue/Introduction

We use a third party product (Cygwin) to start online load modules, but are having problems. 

How can we start online load modules without this third party product, directly from command (dos) prompt?

Environment

Release :

Component : CA Gen Build Tool

Resolution

To start an online load module from the command line, when building the module set your CMD_FORM profile setting to 'YES' (it is a buildtool setting), this will cause the application to be built as a console application. This will place all the executables and trigger dll in the load model in the '\c' directory.   Setting this parameter to 'YES' will allow  you to run the application from the models '\c' directory as follows:    <loadmodue> <trancode> 

Also, be sure to set your AEPATH environment parameter pointing to this load module executable location.