Try changing your STRPCCMD command to something like:
STRPCCMD   PCCMD('START C:\Documents and + 
                          Settings\tlockwoo\My + 
                          Documents\coeavwxfr.dtf')
Otherwise, you would need to qualify the path to the RTOPCB program.  Using 
START in windows causes it to locate the appropriate program to process the 
file.  
hth,
Eric
-----Original Message-----
From: midrange-l-bounces+edelong=sallybeauty.com@xxxxxxxxxxxx
[
mailto:midrange-l-bounces+edelong=sallybeauty.com@xxxxxxxxxxxx]On
Behalf Of jmoreno@xxxxxxxxxxxxxxxx
Sent: Tuesday, June 12, 2007 8:55 AM
To: Midrange-L@xxxxxxxxxxxx
Subject: Transfer file from iSeries to PC "Using Client Access"
Hello everyone,
I am sure this is well traveled ground for many.
The question has to do with a Transfer file request from the iSeries to 
the PC 'Using Client Access" 
Although we could use FTP. IFS copy commands ... 
the requirement is to use the Transfer file facility from the iSeries to 
the PC. 
(1) We have done this and we can create a new PC file every time we 
      request the transfer from the PC .dft file
however 
(2) when we put together the CL program that runs interactively .. we are 
not getting any 
      results or diagnostic messages or completion/rejection of the 
request
No transfer is performed.
This is the sample code
Any ideas will be appreciated.
PGM 
 
chgjob log( 4 00 *seclvl ) logclpgm( *yes ) 
 
STRPCO 
monmsg msgid( IWS4010 ) 
 
 
             STRPCCMD   PCCMD('RTOPCB C:\Documents and + 
                          Settings\tlockwoo\My + 
                          Documents\coeavwxfr.dtf') 
 
ENDPGM 
Thanks 
Jorge
As an Amazon Associate we earn from qualifying purchases.