HP3000-L Archives

June 1999, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Paul H. Christidis" <[log in to unmask]>
Reply To:
Date:
Tue, 15 Jun 1999 13:24:00 -0700
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (41 lines)
Phil,

The following is from a job that we submit to an IBM mainframe and at the tail
end it returns the needed data file (We do not bring back reports).  The only
'trouble' that we ran into dealt with temporary datasets (we could not use them
in the 'put' statement).

Regards
Paul H. Christidis
(310) 513-5808

...
//B        EXEC PGM=FTP$,REGION=5120K
//SYSPRINT DD SYSOUT=*
//ABENDAID DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
 {destination HP hostname}
 {Mpe username password}
 PUT 'SSISUSER.HTSC.D3070OT1' D3070OT1;REC=-30,,F,ASCII;DISC=50000
 CLOSE
 QUIT
//


____________________Reply Separator____________________
Subject:    FTP from IBM to HP3000
Author: [log in to unmask]
Date:       6/11/99 10:08 PM

I should have been paying closer attention to the FTP posts in my daily
summary of this list. I've been told to take all the NRJE out of four
applications that are being moved from a HP3000/939 to a HP3000/950. The
939 has NRJE but the 950 will not have NRJE. Oh, and they want it done in
five working days. NRJE is being used to submit jobs with data to an IBM.
The IBM then does further processing and sends data and reports to HP. I've
used FTP to submit jobs to IBM but haven't used FTP on the IBM to send data
( or Jobs?) or reports to an HP3000.

I would really like some advice and examples. HELP guys!

ATOM RSS1 RSS2