On Wed, 17 Dec 2014 10:33:18 -0600, Paul Gilmartin wrote:

>On Wed, 17 Dec 2014 07:55:03 -0600, Kirk Wolf wrote:
>
>z/OS Communications Server: IP User's Guide and Commands
>SC27-3662-00 
>http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.halu001/site.htm
>z/OS V2R1>z/OS Communications Server>z/OS Communications Server: IP User's 
>Guide and Commands>FTP subcommands>SIte subcommand-Send site-specific 
>information to a host
>
>I find:
>length
>    Specifies the logical record length of a newly allocated data set. The 
> valid range is
>    0—32760. A special value of x (LRecl=x) is also supported to indicate that 
> a logical
>    record length can exceed 32760 for variable-length spanned records. 
>
>So apparently FTP supports transfer of RECFM=VBS,LRECL=X.  I'll need to try
>it.  And maybe submit an RCF requesting an example.
> 
OK.  I tried it:

put unloaded unld3
SITE VARrecfm LRECL=6016 RECFM=VS BLKSIZE=6020 
200 SITE command was accepted
PORT 10,80,63,53,166,91 
200 Port request OK.
STOR unld3 
125 Storing data set User.TEMP.UNLD3
250 Transfer completed successfully.
332072 bytes transferred in 0.040 seconds.  Transfer rate 8301.80 Kbytes/sec.
Command:
get unld3 unld4
PORT 10,80,63,53,166,92 
200 Port request OK.
RETR unld3 
125 Sending data set User.TEMP.UNLD3
250 Transfer completed successfully.
331947 bytes transferred in 0.040 seconds.  Transfer rate 8298.67 Kbytes/sec.
Data was truncated.
Command:

PUT works better than get, probably because of SENDSITE.  Is there
a reverse SENDSITE?  Something that would extract the characteristics
of a file and issue a LOCSITE?  (I could copy and paste into LOCSITE.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to