FTP QUOTE Command

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
yesgee
Participant
Posts: 2
Joined: Tue Feb 10, 2004 5:59 am

FTP QUOTE Command

Post by yesgee »

How to execute QUOTE RCMD command from mercator FTP adapter, in order to call a program on an AS/400 machine, Can anyone help?????

ftp QUOTE RCMD CALL ( )
malley
Participant
Posts: 2
Joined: Thu Feb 05, 2004 4:19 pm
Location: Schaumburg, IL
Contact:

Re: FTP QUOTE Command

Post by malley »

yesgee wrote:How to execute QUOTE RCMD command from mercator FTP adapter, in order to call a program on an AS/400 machine, Can anyone help?????

ftp QUOTE RCMD CALL ( )
Are you running TX on unix which is attempting to call a program that resides on UNIX that will access data on the AS/400, or does the program itself reside on AS400?

Either way, My feeling is that you will not be able to use the FTP Adapter with this. If you are running on unix, you would be best served by using a shell script to execute the ftp and then excute the QUOTE RCMD command.

Hope this helps.

Mike
Michael Alley
Senior Manager
Effective Data
malley@effective-data.com
www.effective-data.com
yesgee
Participant
Posts: 2
Joined: Tue Feb 10, 2004 5:59 am

Re: FTP QUOTE Command

Post by yesgee »

Hi Mike,

The program resides on AS/400 and Mercator (or TX) is running on Unix.

Using shell script is one of the options, I am trying to explore any other options available.

Thanks
Post Reply