STORMAX parameter: is this a compiler or runtime option?
search cancel

STORMAX parameter: is this a compiler or runtime option?

book

Article ID: 17714

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

Increasing the STORMAX parameter from 1M to 2M,

  1. How will this affect a currently compiled/linked Easytrieve program runtime that was compiled prior to the increase of STORMAX?

  2. How will this affect executing a compiled/linked Easytrieve program runtime that was increased after change to STORMAX that did not require the STORMAX change?

  3. How will increasing the value of STORMAX affect jobs already compiled and linked or those which will be compiled and linked?

 

Environment

Easytrieve Plus Report Generator, release 6.4 0311

Resolution

STORMAX is both used at compilation time and runtime. The value is used in conjunction with LOADing programs.

Please note that in Easytrieve releases 6.4 and earlier versions, the options table is linked into the program.

So, linked programs that require the extra 1M need to be recompiled to pick up the new version of the options table.

Programs which do not require the extra 1M do not need to be recompiled and therefore will not pick up the new option table value at runtime.

Programs going forward which are compiled and linked and then executed will have the 2M for the STORMAX parameter.