How to catalogue interpreted record layouts ??

Compuware's data management products: File-AID for IMS, File-AID/MVS, File-AID for DB2 and DBA-XPERT for DB2
kamal
Posts: 48
Joined: Wed Aug 22, 2007 2:49 pm
Skillset: COBOL DB2 JCL SORT
Referer: website

How to catalogue interpreted record layouts ??

Postby kamal » Mon Jun 16, 2008 2:53 pm

Hi I want to catalogue interpreted record layout into a dataset.
How can this be done in FILEAID batch?
Please share JCL.

kamal
Posts: 48
Joined: Wed Aug 22, 2007 2:49 pm
Skillset: COBOL DB2 JCL SORT
Referer: website

Re: How to catalogue interpreted record layouts ??

Postby kamal » Tue Jun 17, 2008 11:52 am

Code: Select all

//STEP1  EXEC PGM=FILEAID                               
//DD01RL    DD SYSOUT=*                                 
//DD01O     DD SYSOUT=*                                 
//DD01      DD DSN=COPYBOOK.PDS.NAME,DISP=SHR           
//SYSPRINT DD SYSOUT=*                                 
//SYSIN DD *                                           
$$DD01 RLPRINT   MEMBER=COPYBOOK                         
/*                     

RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST dataset.
Thanks Anyway.

kamal
Posts: 48
Joined: Wed Aug 22, 2007 2:49 pm
Skillset: COBOL DB2 JCL SORT
Referer: website

Re: How to catalogue interpreted record layouts ??

Postby kamal » Tue Jun 17, 2008 11:54 am

RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST dataset.

Print mistake ;)
RLPRINT did the job.The interpreted record layouts would be printed in SYSLIST DD.

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: How to catalogue interpreted record layouts ??

Postby dick scherrer » Tue Jun 17, 2008 6:51 pm

Hello,

Good to hear that you have a "solution". . .

The request was to "catalog interpreted record layout" which (for most of us) has nothing to do with simply printing a member.

I mention this because the more clearly you present your requirement, the sooner you will receive usable replies.
Hope this helps,
d.sch.


  • Similar Topics
    Replies
    Views
    Last post