HP3000-L Archives

March 2000, Week 4

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:
Chuck Ryan <[log in to unmask]>
Reply To:
Chuck Ryan <[log in to unmask]>
Date:
Wed, 22 Mar 2000 15:38:21 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Here is a job we use:

!JOB JVACCTS,MGR.DB/XXXXXXXX,PROD;PRI=CS;OUTCLASS=,4
!FILE DBSVM=!DBSVM
!FILE PHD=!SVMDICT
!CONTINUE
!PURGE VACCTS
!QUIZ AUTO=VACCTEXT.REPT2.DB LIST=NO
!FTP.ARPA.SYS
open 192.0.0.99
user domain\user password
ascii
cd hpstore\visit
put vaccts.prod.db vaccts
close
quit
!EOJ


-----Original Message-----
From: Jeff Baranda [mailto:[log in to unmask]]
Sent: Wednesday, March 22, 2000 3:13 PM
To: [log in to unmask]
Subject: Creating jobstream with FTP


Hello all,

I need help! I have a job that creates a file on the hp system. After the
file is created I want it to download this file into our FTP server. Here is
my question. How would I modify my jobstream to pass a login name and
password to
the server? Here is a little snippet of my jobstream.

O=LP
REPORT
(70/93) Continue?
NOPAGE
D1,LOAN-FILE.ACCOUNT,8
D1,LOAN-FILE.SUFFIX,11
D1,"L",15
E1,"ZZZZZZZZZ9-"
END
EXIT
!FTP
open myftp.domain.nam
username
password
purge /FTP/oldifle

It takes my open command but does not like my login and password lines. I
get an "Invalid command" message.


Thanx in advance!

ATOM RSS1 RSS2