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

How to code JCL for FTP with option no CRLF?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Siriporn P.

New User


Joined: 16 Jan 2006
Posts: 9

PostPosted: Mon Jan 16, 2006 1:28 pm
Reply with quote

Hello,

I got a question regarding JCL for FTP with option Carriage return and Line feed ON/OFF. What is the command format?

Thanks in advance for your reply.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Jan 16, 2006 4:03 pm
Reply with quote

From the manuals...

Regards,

Priyesh.
Back to top
View user's profile Send private message
Prandip

New User


Joined: 04 Mar 2005
Posts: 84
Location: In my tiny cubicle ...

PostPosted: Wed Jan 18, 2006 1:22 am
Reply with quote

"Comm Svr: IP User's Guide and Commands" manual, chapter:

5.34 LOCSIte subcommand--Specify site information to the local host

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/F1A1B950/5.34?DT=20050708142126

look at the MBSENDEOL:
Quote:

MBSENDEOL

Specifies which end-of-line sequence to use when ENCODING is MBCS, the data transfer type is ASCII, MODE is Stream, and data is being sent to the server. The following are possible values:

CRLF

Append both carriage return (X'0D') and line feed (X'0A')
end-of-line sequences to each line of translated text. This is the
default and the standard sequence defined by RFC 959. The z/OS
server can receive ASCII data in this format only.

CR

Append only a carriage return (X'0D') end-of-line sequence to each
line of translated text.

LF

Append only a line feed (X'0A') end-of-line sequence to each line
of translated text.

NONE

Do not append an end-of-line sequence to the line of translated
text.

Rules:

Most servers support only the CRLF value for incoming ASCII data.
Do not specify another value for MBSENDEOL unless you have
verified that the server is expecting the end-of-line sequence
that you specify.

Do not use an end-of-line sequence other than CRLF if the server
is a z/OS FTP server. The z/OS FTP server supports only the CRLF
value for incoming ASCII data.

If you send a file to a server when MBSENDEOL has a value other
than CRLF, a subsequent SIZE command to that server targeting the
file you sent could yield unpredictable results. Any size
indicated in the server reply for such a file might not be
reliable.


and SBSENDEOL:
Quote:

Specifies which end-of-line sequence to use when ENCODING is SBCS, the data transfer type is ASCII, and data is being sent to the server .
The following are possible values:

CRLF

Append both carriage return (X'0D') and line feed (X'0A')
end-of-line sequences to each line of translated text. This is the
default and the standard sequence defined by RFC 959. The z/OS
server can receive ASCII data in this format only.

CR

Append only a carriage return (X'0D') end-of-line sequence to each
line of translated text.

LF

Append only a line feed (X'0A') end-of-line sequence to each line
of translated text.

NONE

Do not append an end-of-line sequence to the line of translated
text.

Tip: The srestart subcommand is disabled if you configure a SBSENDEOL
value other than CRLF.

Rules:

Most servers support only the CRLF value for incoming ASCII data.
Do not specify another value for SBSENDEOL unless you have
verified that the server is expecting the end-of-line sequence
that you specify.

Do not use an end-of-line sequence other than CRLF if the server
is a z/OS FTP server. The z/OS FTP server supports only the CRLF
value for incoming data.

If you send a file to a server while SBSENDEOL has a value other
than CRLF, a subsequent SIZE command to that server targeting the
file you sent could yield unpredictable results. Any size
indicated in the server reply for such a file might not be
reliable.


parameters
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top