How can I suppress the listing of compile options?
search cancel

How can I suppress the listing of compile options?

book

Article ID: 15709

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction

Migration from V6.4 to V11.6 question



When running some test jobs on V11.6, I noticed that the SYSPRINT output DD contains a listing of the various compile, report, and execution options that are being used.  That report doesn't show up when I run the same test on V6.4.

Can you tell me if there is a option so I can prevent this additional information from being added to SYSPRINT? 

 

Environment

Easytrieve r11.6 Compile

Resolution

LISTPRM {Y|N} 
LISTPRM specifies whether CA-Easytrieve produces a summary of the 
compilation. The summary contains the parms in effect during the compilation. 
Enter Y to produce the summary. Enter N to suppress the summary. The default 
is Y. 

Additional Information

You can override this value in any program with PARM LIST PARM, or 
for blanket coverage of all programs, change the Options File parameter 
LISTPRM to N. The Options Files changes are handled by running the 
JOB06OP2 job.located in pdsqual.CBAAJCL(JOB06OP2) 

//OPTBLD.SYSIN DD * 
LISTPRM N 
/*