How to ensure the correct option file name in the EZTINI member of the CBAALOAD library is being used.
search cancel

How to ensure the correct option file name in the EZTINI member of the CBAALOAD library is being used.

book

Article ID: 49353

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

The JOB06OP1 job ends with condition codes of 00 but not with a valid EZOPTBL option file name in the EZTINI member of the CBAALOAD.
The DD name of the option file placed in the EZTINI member is still: @[email protected]

 

Environment

CA Easytrieve Report Generator, release 11.6

Resolution

This happens when the following comment in the JCL is not followed:

 //* Issue this command: 
 //* C '@EZTHLQ@' 'same-value-as-EZTHLQ-above' ALL
  
 Once this command is issued, these statements at the end of the JCL 
 //ASMINI.SYSIN DD *  
 EZTINI EZOPTBL='@[email protected]' ?= this name will be changed to reflect the correct name.  
 END  
 /*  
 // 

should be changed to reflect the correct name of your EZTOPBL release 11.6 option file.

By viewing the EZTINI member of your CBAALOAD library and doing a find on 'EZOPTBL', the name of the option file can be verified.