How to search multiple PDS (macro) libraries using the PANDD statement
search cancel

How to search multiple PDS (macro) libraries using the PANDD statement

book

Article ID: 55122

calendar_today

Updated On:

Products

Easytrieve Report Generator

Issue/Introduction

MAC#LIB parameter does not specify the number of PDS libraries to be searched.

 

Resolution

Concatenate the PDS libraries in your JCL using the PANDD statement:

  //PANDD  DD DSN=my.test1.CAIMAC,DISP=SHR 
  //       DD DSN=my.test2.CAIMAC,DISP=SHR