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

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
Has thanked: 0 time
Been thanked: 0 time

Re: How to catalogue interpreted record layouts ??

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

//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
Has thanked: 0 time
Been thanked: 0 time

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.
kamal
 
Posts: 48
Joined: Wed Aug 22, 2007 2:49 pm
Has thanked: 0 time
Been thanked: 0 time

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.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to File-AID

 


  • Related topics
    Replies
    Views
    Last post