Formatted File Aid 'view' to Notepad?

File-AID from Compuware and File Manager from IBM.
Post Reply
Md Ansari
New Member
Posts: 3
Joined: Thu Apr 16, 2015 11:00 am

Formatted File Aid 'view' to Notepad?

Post by Md Ansari »

Hi,

Is there a way using which we can bring the formatted File-aid mapping with the copybook to a notepad. I need to create document for future reference and there I need this mspping to show.

Please help.
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: Formatted File Aid 'view' to Notepad?

Post by enrico-sorichetti »

save the <report> to a sequential file, after that transfer it to Your workstation
( ask Your support about doing it according to Your organisation ways )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Formatted File Aid 'view' to Notepad?

Post by nicc »

Or if it is not too big, cut'n'paste
Regards
Nic
Md Ansari
New Member
Posts: 3
Joined: Thu Apr 16, 2015 11:00 am

Re: Formatted File Aid 'view' to Notepad?

Post by Md Ansari »

enrico-sorichetti wrote:save the <report> to a sequential file
Thanks but How do I do that?
enrico-sorichetti
Global Moderator
Global Moderator
Posts: 826
Joined: Wed Sep 11, 2013 3:57 pm

Re: Formatted File Aid 'view' to Notepad?

Post by enrico-sorichetti »

Thanks but How do I do that?
RTFM
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort 8-)
Md Ansari
New Member
Posts: 3
Joined: Thu Apr 16, 2015 11:00 am

Re: Formatted File Aid 'view' to Notepad?

Post by Md Ansari »

Hi,

Thanks all. I've used the folloiwng Job and got it working:

Code: Select all

//STEP01   EXEC PGM=FILEAID                                        
//* 
//SYSLIST  DD  DSN=OUTPUT.FILE,              
//             DISP=(NEW,CATLG,DELETE),                                  
//             UNIT=???,                                                
//             SPACE=(CYL,(X,Y),RLSE),                                  
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=0)                    
//SYSUDUMP DD  SYSOUT=*                                                  
//SYSPRINT DD  SYSOUT=*                                                  
//SYSTOTAL DD  SYSOUT=*                                                  
//DD01     DD  DSN=INPUT.FILE,                    
//             DISP=SHR                                                  
//DD01M    DD  DSN=COPYLIB.PDS,                      
//             DISP=SHR                                                  
//DD01O    DD  SYSOUT=*                                                  
//SYSIN    DD  *                                                        
$$DD01 FPRINT MAP=COPYLIB MEMBERNAME,OUT=0 
//* 
MEMBERNAME is the copybook.
User avatar
Anuj Dhawan
Founder
Posts: 2801
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Formatted File Aid 'view' to Notepad?

Post by Anuj Dhawan »

Thanks Md Ansari for posting back what has worked for you.

Appreciate your time! :)
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “File-AID and IBM File Manager.”