VSE Power Queue - WeOnlyDo Discussion board

VSE Power Queue (General questions)

by cvmbor, Tuesday, May 15, 2007, 02:22 (6402 days ago)

Using command line ftp.

Going to a VSE Power Queue.

If I CD to power.list.d then do a DIR I get the file list I want.

I have tried using power.lst.d as my remote path and it seems to ignore everything and just give me a directory listing of the stuff at the power level. Same is true with remote dir = power.lst and just power.

I intercept the LIST and replace with a DIR using IwodFtpNotify_PreTranslateCommand as per a previous post and get DONE ERROR: Syntax error, command unrecognized.

These files are the print output from batch jobs run.

Also why does the PreTransLate method only fire for FTP and not SFTP?

Thanks

Re: VSE Power Queue

by wodSupport, Tuesday, May 15, 2007, 02:25 (6402 days ago) @ cvmbor

Dear,

I am not quite sure what you're referring to. WHat is VSE power queue? What commands do you use? WHat wodFtpDLX commands and how do you use? Can you give us some example?

As for why SFTP doesn't have PreTranslate... It's because SFTP protcool is quite different, it doesn't have those readable commands and responses, it's completely packet oriented.

Kreso

Re: VSE Power Queue

by cvmbor, Tuesday, May 15, 2007, 02:38 (6402 days ago) @ wodSupport

Dear,

I am not quite sure what you're referring to. WHat is VSE power queue? What commands do you use? WHat wodFtpDLX commands and how do you use? Can you give us some example?

As for why SFTP doesn't have PreTranslate... It's because SFTP protcool is quite different, it doesn't have those readable commands and responses, it's completely packet oriented.

Kreso

VSE is a older version of IBM MVS. The Power queues contain the output of batch jobs run on the machine.

Normal FTP

All I do is issue a change directory (CD) to power.lst.a then issue a DIR which displays a list of files Note that they separate directories with dots.

Using wod with no remote path and just a LIST I get

GPPCFLE Entry Seq VSAM
KNCFTP <Library>
KNCSYS <Library>
POWER <Power Queues>
SYSDUMP <Library>
S264FIL Entry Seq VSAM
S859FIL Entry Seq VSAM
S935FIL Entry Seq VSAM
S944FIL Entry Seq VSAM
S946FIL Entry Seq VSAM
S949FIL Entry Seq VSAM

Re: VSE Power Queue

by cvmbor, Tuesday, May 15, 2007, 02:40 (6402 days ago) @ cvmbor

Dear,

I am not quite sure what you're referring to. WHat is VSE power queue? What commands do you use? WHat wodFtpDLX commands and how do you use? Can you give us some example?

As for why SFTP doesn't have PreTranslate... It's because SFTP protcool is quite different, it doesn't have those readable commands and responses, it's completely packet oriented.

Kreso

VSE is a older version of IBM MVS. The Power queues contain the output of batch jobs run on the machine.

Normal FTP

All I do is issue a change directory (CD) to power.lst.a then issue a DIR which displays a list of files Note that they separate directories with dots.

Using wod with no remote path and just a LIST I get

GPPCFLE Entry Seq VSAM
KNCFTP <Library>
KNCSYS <Library>
POWER <Power Queues>
SYSDUMP <Library>
S264FIL Entry Seq VSAM
S859FIL Entry Seq VSAM
S935FIL Entry Seq VSAM
S944FIL Entry Seq VSAM
S946FIL Entry Seq VSAM
S949FIL Entry Seq VSAM

I note that if I replace the . with / it acts different and returns a entry not in directory so maybe the dots are an issue in the path field.

Re: VSE Power Queue

by wodDamir, Tuesday, May 15, 2007, 09:18 (6402 days ago) @ cvmbor

Hi,

Did you try any other non command-line Client?

Also, can you provide us the access to that server? Maybe create a test account in order for us to be able to connect to it and duplicate the issue on our side?

Regards,
Damba