How to get Plan Analyzer report witten to a dataset
search cancel

How to get Plan Analyzer report witten to a dataset

book

Article ID: 117970

calendar_today

Updated On:

Products

Plan Analyzer for DB2 for z/OS

Issue/Introduction

How to get a Plan Analyzer for Db2 for z/OS (PPA) report to a dataset.
 

Resolution

Change  the following:

.LIST SYSOUT(x,,) 

to

.LIST DDNAME(ddname) 

The DDNAME should point to the PDS that the output is going to written.