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 

Truncation Problem while Transmitting files from MVS to VM

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
rajeshkoratti
Beginner


Joined: 14 Feb 2006
Posts: 42
Topics: 22

PostPosted: Tue Jun 12, 2007 3:29 am    Post subject: Truncation Problem while Transmitting files from MVS to VM Reply with quote

Hi All

I am creating a file by running a JCL and the same file i am sending it to a VM machine through the OUTPUT and DEST commands

//MSGFILE DD SYSOUT=*,OUTPUT=*.OUT
//OUT OUTPUT DEST=NodeName.MachineName

This will create a file referred by the DD name MSGFILE and send it to the VM Machine.

But unfortunately in the VM side the file is getting truncated by at 204 bytes. while my file that im sending is more 500 bytes.

Is there anyways by which i can send an non truncated file.

One of the possible solutions is using the XMIT command, but while usinf XMIT it makes the class of the file as B and sends it. Is there any ways i can override this.

I would really appreciate any adivce or pomiters in this regard..
_________________
Thanks and Regards..
Rajesh
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Phantom
Data Mgmt Moderator
Data Mgmt Moderator


Joined: 07 Jan 2003
Posts: 1056
Topics: 91
Location: The Blue Planet

PostPosted: Tue Jun 12, 2007 9:26 am    Post subject: Reply with quote

RajeshKoratti,

Just a wild guess....can you try this...
Code:

//MSGFILE DD SYSOUT=*,OUTPUT=*.OUT,DCB=(LRECL=500,RECFM=FB)


Thanks,
Phantom
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 -> Job Control Language(JCL) 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