Release 11.6's new parameters: LISTPRM, LISTFIL, LISTUC
search cancel

Release 11.6's new parameters: LISTPRM, LISTFIL, LISTUC

book

Article ID: 208114

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

In this Easytrieve Documentation.....:

Modified and Unsupported Options

Release 6.4's LIST parameter is now release 11.6's LISTPRM, LISTFIL, LISTUC.

Where is more documentation on these parameters?

Environment

Easytrieve Report Generator, release 11.6

 

Resolution

Easytrieve release 6.4's LIST parameter has these three equivalent for release 11.6: LISTPRM, LISTUC, LISTFIL.  Where are these documented?

Please see this link for the first one parameter, LISTPRM and LISTUC:

Documentation for LISTPRM and LISTUC and LISTFIL

LISTPRM specifies whether a summary of the compilation is produced. The summary contains the parameters that are in effect during the compilation. This option is in the Listing Control Options section in Configuration Manager.

This is a compile-time option. You can override this value with PARM LIST PARM.

LISTUC is also a compiler option:

LISTUC specifies whether the compilation listing is translated to uppercase characters. Usually, the source statements are printed as they are coded. Messages that are inserted into the program statements are in lowercase. This option is in the Listing Control Options section in Configuration Manager.

This is a compile-time option. You cannot override this value during program compilation.

The information for LISTFIL is included here as LISTFIL is an execution option:

LISTFIL specifies whether file statistics are produced at the completion of each activity during execution. The statistics are written to STDERR.

This is an execution-time option. You can override this value with PARM LIST FILE.