How to print the current option file parameters
search cancel

How to print the current option file parameters

book

Article ID: 106836

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction



How can the options file parameters currently defined in the EZTINI file be listed?

Environment

CA Easytrieve Report Generator, release 11.6

Resolution

To list the options for the options file for release 11.6, please see the comments starting on line 000055 in the JOB06OP2 
member located in the CBAAJCL library for release 11.6: 
 
000055 //* >>---> To list existing settings, (with no modifications), 
000056 //* >>---> provide a single SYSIN line with the word READFILE 
000057 //* >>---> starting in column 1. 
000058 //***************** 
000059 //OPTBLD.SYSIN DD * 
000060 ABEXIT N 
000061 BLOCK0 N 
000062 BUFNO 2 
000063 /* 
000064 // 

To list the options in place, please code the following, replacing lines 59-64 as shown above: 
000059 //OPTBLD.SYSIN DD * 
000060 READFILE 
000061 /* 
000062 //