Problem:
This sample demonstrates the features of the datewarp_dynamic and timewarp_dynamic runtime tunable.
Resolution:
INTRODUCTION
==========
The project file DATEWARP-DEMO.APP demonstrates the features of the datewarp_dynamic and timewarp_dynamic runtime tunables. You can see the description on these tunables and how to set it by starting the Net Express help, and selecting from the Index: datewarp_dynamic or timewarp_dynamic
SOURCE FILES
=========
Program Files Description
---------------------------- -----------------------------------------------------------
DATEWARP-DEMO.CBL COBOL source program)
MYCONF.CFG Run-time syste, configuration file
Batch Files Description
---------------------------- -----------------------------------------------------------
RUNDEMO.BAT
SETTING UP A RUN-TIME CONFIGURATION FILE WITHIN THE IDE
======================================
You can specify the run-time tunables in a run-time configuration file. To specify the location and name of the run-time configuration file using the COBCONFIG_ environment variable within the Net Express IDE for testing, set COBCONFIG_ as follows:
1. Click Properties on the Project menu.
2. Click the IDE button at the bottom of the Project Properties dialog box.
3. Type the following into the Variable and Value fields respectively:
COBCONFIG_
X:\\mydir\\myconf.cfg
where X: is the drive you have installed the run-time configuration fileand 'myconf.cfg' is the name of the run-time configuration file.
4. Click the Set button, then click the OK button.
RUNNING THE PROGRAM IN PRODUCTION
==========================
Install the Application Server product. Ensure the EXE is located in the same directory as the batch file. Then run the batch file, rundemo.bat.
==========================================================
Keywords: demonstration, sample, example, demo, datewarp-demo.zip
demo.ex
demo.me
demo.ne