sFTP from Mainframe to server

All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.
dphill06
Posts: 4
Joined: Mon Dec 08, 2014 10:47 pm
Skillset: JCL, COBOL
Referer: search engine

sFTP from Mainframe to server

Postby dphill06 » Mon Dec 08, 2014 10:58 pm

Currently have following and is working great.

Code: Select all

99.999.999.99    (EXIT=16
ANONYMOUS
sample@sample.NET
cd prod/arc/import
put 'EPLEGD00.DB2.EP270408(0)'  ach_returns
 quit


What I would like to do is add a sequence number at the end of the file being created on the serve. At the present, if a current file exist, the new file will replace it. I need to maintain all files.

Coded

Blackthorn
Posts: 130
Joined: Tue Feb 01, 2011 7:12 pm
Skillset: JCL, TWS, IBM Utilities
Referer: Found on web

Re: sFTP from Mainframe to server

Postby Blackthorn » Tue Dec 09, 2014 3:17 pm

Good idea. Sounds simple enough.

dphill06
Posts: 4
Joined: Mon Dec 08, 2014 10:47 pm
Skillset: JCL, COBOL
Referer: search engine

Re: sFTP from Mainframe to server

Postby dphill06 » Tue Dec 09, 2014 7:30 pm

OK, sounds easy enough; then what is your suggestion?

Blackthorn
Posts: 130
Joined: Tue Feb 01, 2011 7:12 pm
Skillset: JCL, TWS, IBM Utilities
Referer: Found on web

Re: sFTP from Mainframe to server

Postby Blackthorn » Tue Dec 09, 2014 7:48 pm

Use a language of your choice, e.g.; Rexx, to generate the sysin with the appropriate file name.

dphill06
Posts: 4
Joined: Mon Dec 08, 2014 10:47 pm
Skillset: JCL, COBOL
Referer: search engine

Re: sFTP from Mainframe to server

Postby dphill06 » Tue Dec 09, 2014 8:06 pm

Sounds good, but I believe there is a seq number command that can be used to increment and add to the end of the file name if a file already exist in the directory. I am unable to locate this again.

I thought it was something like UNIQ=0 or 1 depending on if you wanted to add sequence number or replace.

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: sFTP from Mainframe to server

Postby enrico-sorichetti » Tue Dec 09, 2014 9:35 pm

as per man pages
sunique Toggle storing of files on remote machine under unique file names. The remote FTP server
must support FTP protocol STOU command for successful completion. The remote server will
report unique name. Default value is off.


but You will have to run a few tests
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

dphill06
Posts: 4
Joined: Mon Dec 08, 2014 10:47 pm
Skillset: JCL, COBOL
Referer: search engine

Re: sFTP from Mainframe to server

Postby dphill06 » Tue Dec 09, 2014 9:39 pm

just to get this correct in my mind, Shout the SUNIGUE=1 be after the PUT command or on the same line as the OUT command

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: sFTP from Mainframe to server

Postby enrico-sorichetti » Tue Dec 09, 2014 9:51 pm

why not run a few experiments Yourself and tell us ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort


  • Similar Topics
    Replies
    Views
    Last post