IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

XMITIP does not support data that is larger than lrecl 1024


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Satheeshkumar

New User


Joined: 20 Feb 2009
Posts: 51
Location: Chennai

PostPosted: Mon Mar 16, 2009 6:52 pm
Reply with quote

I tried to send the PS file which having LRECL 3565 to the business using XMITIP step.

But the job error out that the IBM TCP/IP SMTP Server does not support
data that is larger than lrecl 1024.

Is there any limitation for the XMITIP. Someone please help me out
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 16, 2009 6:55 pm
Reply with quote

That's a restriction of the SMTP protocol.
Back to top
View user's profile Send private message
Satheeshkumar

New User


Joined: 20 Feb 2009
Posts: 51
Location: Chennai

PostPosted: Mon Mar 16, 2009 6:59 pm
Reply with quote

Is it possible to extend the restriction of the SMTP protocol. Or otherwise Can you please give me the other way to send the report
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 16, 2009 7:03 pm
Reply with quote

RFC 821, Section 4.5.3:

www.freesoft.org/CIE/RFC/821/24.htm
Back to top
View user's profile Send private message
Satheeshkumar

New User


Joined: 20 Feb 2009
Posts: 51
Location: Chennai

PostPosted: Mon Mar 16, 2009 7:10 pm
Reply with quote

Is there any alternative solution for this?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Mar 16, 2009 7:12 pm
Reply with quote

FTP

Create programs to split the file into smaller records and combine them back on the other end.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Mar 16, 2009 8:02 pm
Reply with quote

A utility is distributed by IBM for doing this.

Program TRSMAIN can be downloaded or shipped with z/OS 1.9 and higher systems. The program will decontruct a file for FTP and it can be recontructed on the receiving system.

Find it here:
techsupport.services.ibm.com/390/trsmain.html
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts WER247A SORTOUT HAS INCOMPATIBLE LRECL SYNCSORT 7
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts VB to FB - Finding LRECL SYNCSORT 4
Search our Forums:

Back to Top