Documentation Update: System Programmer Installation Guide
search cancel

Documentation Update: System Programmer Installation Guide

book

Article ID: 11400

calendar_today

Updated On:

Products

Earl

Issue/Introduction

CA EARL System Programmer Guide update



CA EARL Systems programmer Guide r6.1

Chapter 1 Installation Options    page 1-1

Required updates for installation

Environment

Release: EARL..00200-6.1-Earl
Component:

Resolution

CA EARL Systems programmer Guide r6.1

Chapter 1 Installation Options    page 1-1

Replace the following:

This chapter provides details for tailoring CA-Earl to the installation requirements. To set CA-Earl defaults applicable to your installation, the 'EARLGEN' macro must be coded using standard assembly language coding conventions. The parameters that maybe specified are described later in this chapter.

This macro must be assembled and the output module link edited into the CA-Earl target load library with the name EARLOPT. The following job may be used to assemble the macro and link edit EARLOPT or reference SAMPJCL member EO61OPT.

 

//OPTIONS JOB ....

//EXEC IEV9_,PARM.ASM=OBJECT,

// PARM.LKED='LIST,LET,MAP,XREF,NORENT,NCAL'

//ASM.SYSLIB.DD DSN=EARL.CAIMAC,DISP=SHR

//ASM.SYSPUNCH DD DUMMY

// ASM.SYSIN DD DSN=EARL.PPOPTION(EARLOPT),DISP=SHR

//ASM.SYSIN DD 

EARL EARLGEN DISK=338_, 

PRINTER=132, 

PAGE=6_, 

DB=NONE, 

COMPAT=YES, 

LIBRARY=YES, 

DATE=MMDDYY

/ *

//LKED.SYSLMOD DD DSN=EARL.CAILIB(EARLOPT),DISP=OLD

//LKED.SYSIN DD 

NAME EARLOPT(R)

With the the following since all JCL is provided in SAMPJCL:

This chapter provides detailed information on customizing CA-Earl to meet 
installation requirements. The EARLGEN macro is a standard assembler      
language macro that may be modified, assembled and link edited into the   
CA-Earl target load library with the module name EARLOPT.                 
                                                                          
SAMPJCL member XE61USR1, distributed with CA Common Services, or SAMPJCL  
member EO61USR1, distributed with the CA-Earl product, is used to modify  
the EARLGEN macro under SMP/E control. The available parameters and their 
default values are documented in the following section.