Lionel,
The file you are trying to transfer is a printable report ... correct?
Does your VM system have RSCS set up with a SNA / NJE connection to MVS?
If so, you should be able to just simply print the file to
DEST=name_of_MVS_system and, CLASS and FORM specs as needed to put it in the
right spool "bucket".
If not, RSCS to NJE/JES2 would be the easiest, IMHO.


Regards,
Ulrich Krueger

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Lionel B Dyck
Sent: Friday, April 04, 2008 07:59
To: IBM-MAIN@BAMA.UA.EDU
Subject: FTP from z/VM to z/OS JES Spool

I am attempting to FTP a file from z/VM which I extracted from the z/VM
Spool (PRT) to the z/OS JES Spool. Here are my ftp statements from a code
snippet in my code:

queue     id
queue     "quote site filetype=jes"
queue     "mode b"
queue     "type e"
queue     "quote site lrecl=254"
queue     "put" temp_file
queue     "dir"
queue     "quit"

"ftp" host "(exit"

My problem is that the "quote site lrecl=254" is being overridden by the
put of the file which is setting it to an LRECL=80 thus:
...

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to