Adding Easytrieve debugging parameters without editing the program source.
search cancel

Adding Easytrieve debugging parameters without editing the program source.

book

Article ID: 54519

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

If an Easytrieve program is not referenced instream, (for example DD *~~~~~~~), how can debugging parameters be added without accessing the source program that is reference by a DD DSN=.

Environment

Component : Easytrieve-Report Generator

Resolution

JCL is set up as follows to add debugging parameters for the current run of the program.

//SYSIN DD DSN=your dataset name(your member name) <==== EZT source code member

Edit the JCL to look as follows:

... 
//SYSIN       DD * 
LIST ON MACROS 
PARM DEBUG(PMAP DMAP STATE XREF LONG) ABEXIT NO SORT(MSG(ALL)) + 
LIST FILE COMPILE 
//        DD DSN=your dataset name(your member name)

Be sure to concatenate the PDS dataset containing the Easytrieve source member after the newly added Easytrieve debugging parameters.