> -----Original Message-----
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On 
> Behalf Of Nicole Willson
> Sent: Friday, January 27, 2006 2:51 AM
> To: [email protected]
> Subject: Moving data from RedHat linux to z/OS
> 
> 
> I have two questions.
> 
> First, I have a ptf file (binary) on the RedHat side that I 
> need to apply to
> the compiler on the MVS side.  How do you transfer data from 
> the linux side
> to the mvs side?  I am at a customer site and have no network 
> access.  I
> transfered the file to linux via my thumbdrive.

First, I assume since you mentioned a thumbdrive, that your Linux system
is running on an Intel box, likely your desktop. Are you saying that
there is no network connectivity between this Linux system and the z/OS
system? If I misunderstood and there is network connectivity, then
simply FTP to the MVS system

ftp mvs.ip.address
userid
password
bin
quote site lrecl=80 recfm=fb dsorg=ps blksize=0
quote site pri=20 sec=20 cylinders
put pc.file.name 'mvs.file.name'

If you do not have IP connectivity at all, then what sort of
connectivity do you have between the Linux system and the MVS system?
Does the Linux system have a 3270 emulator which can connect to the MVS
system? If so, then you can likely use the 3270 File Transfer program
(IND$FILE) to copy the data. Can the Linux system create a tape which
the MVS system can read?

> 
> Second, I seem to have messed up my SYS1.LOGREC dataset.  It 
> was full and
> not allowing me to boot up the MVS side so I deallocated and 
> reallocated the
> dataset.  Now I keep getting "IFB082I LOGREC DATA SET I/O ACCESS
> ERROR,00F0,00E0,01.43.00, DSN=SYS1.LOGREC"  Any ideas on how 
> to fix it?

To fix this particular problem, run a job with the following step. It
initializes the LOGREC dataset:

//STEP1    EXEC  PGM=IFCDIP00
//SERERDS  DD  DSN=SYS1.LOGREC,
//             DISP=SHR

Were you aware that LOGREC is now optional? If you don't need it, you
can put the following line in your IEASYSnn member:

LOGSTREAM=IGNORE

> 
> Thanks,
> Nicole Willson
> Consulting Engineer
> Roguewave Software,
> A division of Quovadx



--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited.
 

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to