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

FTP Dated Files to UNIX Server


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

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Tue Jan 19, 2010 9:22 pm
Reply with quote

Dear Experts,

Here is my FTP card looks like

FTP Card:
Code:

put 'PROD.DB.ABC.OSI.D%%%%%%' +
    FEDERAL.Dly.Map.dat       
put 'PROD.LIB.ABC.CTLCARD(CTL01054)' +
    FEDERAL.Dly.Map.ctl
quit                       



Error Message:
Code:

.230 User focusftp logged in.                           
.EZA1460I Command:                                     
.EZYFS34W FTP will not remove TRAILING sequence numbers
.EZA1736I put 'PROD.DB.ABC.OSI.D011510' +       
.EZA1542I Usage: PUT localfile <foreignname>           
.EZA1735I Std Return Code = 27000, Error Code = 00007   
.EZA1701I >>> QUIT                                     


D%%%%%% means the current date will be populated and it populated perfectly but the job abended with above error message.

Please advise, what is the problem
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Jan 19, 2010 9:30 pm
Reply with quote

It's disregarding the continutation, or so it seems. Is it possible, based on this message:

EZYFS34W FTP will not remove TRAILING sequence numbers

that you input data has trailing sequence numbers that shouldn't be there?
Back to top
View user's profile Send private message
mkk157

Active User


Joined: 17 May 2006
Posts: 310

PostPosted: Tue Jan 19, 2010 9:32 pm
Reply with quote

I got an idea to edit the control card and press "unnum" and then hit enter. this will remove the trailing sequence numbers as per the error messages.

But it's the production, I can't test it anyway. I need the exact solution.
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: Tue Jan 19, 2010 9:38 pm
Reply with quote

You really need to learn how to find and use the manuals. From the Communication Server Messages and Codes manual:
Quote:
8.21 EZYFS34W




EZYFS34W FTP will not remove type sequence numbers

Explanation: FTP is configured with the value FALSE on the SEQNUMSUPPORT parameter in the Use [URL] BBCode for External Links file but FTP has detected possible sequence numbers in the input. These sequence numbers are not removed; however, this situation can cause an error in FTP processing.

In the message text:

type
The type of sequence numbers that were detected. Possible values are:

LEADING
A sequence number was detected in columns 1 - 8 of the input record.

TRAILING
A sequence number was detected in the last 8 bytes of the input record.

Example:


EZYFS34W FTP will not remove LEADING sequence numbers
EZYFS34W FTP will not remove TRAILING sequence numbers

System Action: FTP continues processing the command.

Operator Response: No action needed.

User Response: Determine whether the input FTP subcommands contain sequence numbers. If the input does contain sequence numbers, do one of the following:

* Use an editor and remove sequence numbers.

* Add the SEQNUMSUPPORT TRUE value to the Use [URL] BBCode for External Links file.

* When FTP runs in batch mode and you cannot change the Use [URL] BBCode for External Links file, temporarily concatenate the required command to the Use [URL] BBCode for External Links file:


//SYSFTPD DD DSN=SYS1.TCPPARMS(FTPDATA),DISP=SHR CURRENT Use [URL] BBCode for External Links FILE
// DD *
SEQNUMSUPPORT TRUE
/*

System Programmer Response: To ignore sequence numbers, add the SEQNUMSUPPORT TRUE parameter to the Use [URL] BBCode for External Links file.

Problem Determination: None.

Source: z/OS Communications Server TCP/IP: FTP

Module: EZAFTPCU

Routing code: 10

Descriptor code: 12
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top