MOV64OPT: JCL to move values from EZTPOPT to EZOPTBL
search cancel

MOV64OPT: JCL to move values from EZTPOPT to EZOPTBL

book

Article ID: 206062

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

What is the purpose of the MOV64OPT member of the CBAAJCL library?

Which jobs should be run when upgrading to release 11.6 from release 6.4 for the option file parameters?

 

Environment

CA EASYTRIEVE REPORT GENERATOR, Release 11.6

Resolution

The functionality in MOV64OPT member of CBAAJCL is to move the values of the parameters in the release 6.4 EZTPOPT module to the release 11.6 EZOPTBL option file.

1. Run JOB06OP1 with //LOADDEF.SYSIN  DD  *
                                        CREATEFILE

2. Run MOV64OPT to move the values from release 6.4 to release 11.6 EZOPTBL with

//LOAD110.SYSIN  DD  *
CREATEFILE
//               DD  DISP=(OLD,DELETE),DSN=&&OPTPRMS
/*
//*****************
//ASMINI.SYSIN   DD  *
   EZTINI EZOPTBL='@EZOPTBL@'
   END
/*

Please ensure that '@EZOPTBL@' is changed to the EZOPTBL option file name created in either JOB06OP1 or MOV64OPT.

3. Also, because the EZTPOPT module supplied with release 11.6 contains only the default values, please also 

COPY your EZTPOPT module from release 6.4 to release 11.6 CBAALOAD for compatibility mode.