I am running zOS on an ibm thinkpad - it is done through emulation (flexes).
 I do not have access to any network at this time as the client has me on a
very short leash. :)  If I am idle for more than 5 minutes, I have to get
someone to log me in.

Anyway, I'm trying to use the ind$file program to copy the data but it
doesn't seem to be working.  It says it is transferring, but then transfers
0 bytes of data and ends.  The command it sends to tso seems to be
incomplete.  I'm trying to find a manual somewhere that has the options to
ind$file, but so far I have not been successful.  I have searched all over
the ibm site, the redbooks, and the bookshelves as well as tried googling
it.  No luck so far.

I was not aware that LOGREC was no longer required.  Thanks for the info.

Thanks,
Nicole


From: "McKown, John" <[EMAIL PROTECTED]>
Reply-To: Linux on 390 Port <[email protected]>
To: [email protected]
Subject: Re: Moving data from RedHat linux to z/OS
Date: Fri, 27 Jan 2006 08:03:08 -0600


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

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar  get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

----------------------------------------------------------------------
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