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

Need help for Transmitting files using REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yuvaraj C

New User


Joined: 01 Jan 2008
Posts: 14
Location: IBM-India

PostPosted: Wed Nov 26, 2008 1:47 pm
Reply with quote

Hi,

I have a REXX program to transmit files from one node to other node.

As the installation limit for the machine is exceeded,I could not able to transmit the files further and I am receiving the following errors whenever I perform that action

Error Message:

WARNING: 25000 records transmitted. Your installation limit is 125000
WARNING: 50000 records transmitted. Your installation limit is 125000
WARNING: 75000 records transmitted. Your installation limit is 125000
WARNING: 100000 records transmitted. Your installation limit is 125000
TRANSMIT command terminated. Transmission limit of 125000 records exceeded.+
You have exceeded the maximum transmission size set by your installation

Can somebody give me a solution for this?

Thanks,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 26, 2008 1:49 pm
Reply with quote

did You look at the manual for an explanation of the messages,
looks like not
why not talk to Your support ??

using a rexx to invoke IDTF is irrelevant to the issue
Back to top
View user's profile Send private message
yuvaraj C

New User


Joined: 01 Jan 2008
Posts: 14
Location: IBM-India

PostPosted: Wed Nov 26, 2008 1:55 pm
Reply with quote

Hi,

I do not have a manual to refer this problem

Could you please provide me?








Thanks,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Nov 26, 2008 2:07 pm
Reply with quote

if You do not have the manual, how did You write Your application ??

anyway You can find the messages in
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ3M120/CCONTENTS?SHELF=IKJOSE20&DN=GC28-1978-04&DT=20000114111220

not the latest release, but enough to start working on the issue
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Nov 26, 2008 10:23 pm
Reply with quote

Use profile command to get the message id displayed.
Code:
TSO PROFILE MSGID

Run with it always turned on, or turn on as needed, but then you have to re-create the problem.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top