MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to copy the rec layout that is viewed through file-aid

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
ha.rajamohamed
Beginner


Joined: 29 Jan 2006
Posts: 71
Topics: 22

PostPosted: Wed Jul 05, 2006 6:44 am    Post subject: How to copy the rec layout that is viewed through file-aid Reply with quote

Hi,

I have a file with a length of around 10000 bytes. I can view the layout through the File-aid (option 8 ).

How can i copy the same layout to a dataset as the business need the layout ?

Thanks,
Raja Mohamed
_________________
RAJA MOHAMED
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Wed Jul 05, 2006 7:46 am    Post subject: Reply with quote

ha.rajamohamed,

Check this link which explains in detail about priniting with the layout using file-aid

http://mvsforums.com/helpboards/viewtopic.php?p=3610#3610

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ha.rajamohamed
Beginner


Joined: 29 Jan 2006
Posts: 71
Topics: 22

PostPosted: Wed Jul 05, 2006 8:30 am    Post subject: Reply with quote

Hi Kolusu,

Instead of printing is there any way its copied to a dataset so that i can download to a text file and send it...this is the way business need.

I need this badly.

Thanks for the quick response.

Thanks,
Raja Mohamed
_________________
RAJA MOHAMED
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Wed Jul 05, 2006 8:37 am    Post subject: Reply with quote

ha.rajamohamed,

Try this

Code:

//STEP0100 EXEC PGM=FILEAID
//SYSPRINT DD  SYSOUT=*
//DD01     DD  DSN=YOUR PDS COPY LIB,
//             DISP=SHR
//SYSLIST  DD DSN=YOUR OUTPUT FILE LAYOUT DEF FILE,     
//            DISP=(NEW,CATLG,DELETE), 
//            UNIT=SYSDA,               
//            SPACE=(CYL,(1,1),RLSE)   
//SYSIN    DD  *
$$DD01 RLPRINT MEMBER=(your copy book to be printed)
/*


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ha.rajamohamed
Beginner


Joined: 29 Jan 2006
Posts: 71
Topics: 22

PostPosted: Wed Jul 05, 2006 9:06 am    Post subject: Reply with quote

Hi Kolusu,

It worked out.

Thanks a lot.

Raja Mohamed
_________________
RAJA MOHAMED
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group