How do I separate or redirect the Earl report output from the compile listing and runtime messages in VSE
search cancel

How do I separate or redirect the Earl report output from the compile listing and runtime messages in VSE

book

Article ID: 55145

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Compress Data Compression for MVS Compress Data Compression for Fujitsu Earl

Issue/Introduction

To redirect your Earl report output from SYSPRIN, you can allocate the SYSEARL file using ASSGN and * $$ LST statements. When SYSEARL is present, the report output will be redirected to it while SYSPRIN will contain the compile listing, runtime messages and statistics.

To separate SYSEARL and SYSPRIN, you can assign SYSEARL to a logical printer. In VSE, use POWER statements pointing to logical printers (modify the SYS numbers to suit your installation specifics):

* $$ LST CLASS=R,LST=01E
* $$ LST CLASS=R,LST=00E

combined with ASSGN for SYSEARL (SYS107) and SYSPRIN (SYS109)

// ASSGN SYS107,01E
// ASSGN SYS109,00E

JCL example:

* $$ JOB JNM=SEPARATE,...
* $$ LST CLASS=R,LST=01E
* $$ LST CLASS=R,LST=00E
// JOB SEPARATE
// ASSGN SYS107,01E
// ASSGN SYS109,00E
...rest of your JCL here...
// EXEC EARL,SIZE=nnnK
...your Earl request here...
/*
/&
* $$ EOJ

Environment

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