Help generating a report against PDS members
search cancel

Help generating a report against PDS members

book

Article ID: 45689

calendar_today

Updated On:

Products

FAQS - Automated Systems Operation

Issue/Introduction

How can I generate a report against PDS members that will contain Member name, with update and execute time stamps?

 

Environment

Release: FQ/FL.00100-5.1-FAQS-Automated Systems Operation
Component:

Resolution

 Use JCLSERV

// JOB JCLSERV 

// EXEC PROC=JCLSERV 

./ DIR PDS: *.*

./ END 

/* 

 NAME    TYPE    RECS BLKS ..LAST.UPDATED..  .LAST.EXECUTED..  

                                                            

AAPCL    JCL     7    1    07/15/11 16.49.35           07/15/11 16.49.37 

PDS can be any pds such as the MON or VIO or it can be a user defined PDS

You can also use masking A*.JCL

Sample output

MEMBER  DATA   NBR  NBR   DATE AND TIME     DATE AND TIME    

ABC0026  JCL     8   1  08/21/14 09.23.08         08/29/14 16.59.59 

 

Additional Information

For more information on JCLSERV see the CA FAQS PCS Operations Guide.