----- Original Message ----- 
  
  
  Sent: Wednesday, 28 March 2001 
11:31
  Subject: RE: Continuing FTP script 
  statement.
  
  No 
  there's not, but then I'd have to create the command on the other machine. 
  Something I can't gurantee will always be possible. The beauty of the RCMD is 
  that it seems to allow access to the full range of OS/400 commands which all 
  AS400s will have. To run my command remotely I would have to ensure all our 
  clients have access to the new wrapper command which seems to defeat the 
  purpose of FTP. 
  Anyway, I created a new source file with a record 
  length of 240 bytes to get the full RSTOBJ parameters in one line and it works 
  fine. It's still a limitied solution thought, cos somewhere, someday, somehow 
  the limit will be hit. Thanks for replying though.
  -----Original Message-----
From: Dennis Lovelady 
  [mailto:dennis@lovelady.com]
Sent: Wednesday, 28 March 2001 
  12:53
To: MIDRANGE-L@midrange.com
Subject: Re: Continuing 
  FTP script statement.
  
    Hi, Mike:
     
    Is there a reason you cannot create a CLP that will run your 
    ridiculously long AS/400 command, and then just QUOTE RCMD that?
     
    Just a thought.
    
    
      ----- Original Message ----- 
      
      
      Sent: Tuesday, March 27, 2001 8:22 
      PM
      Subject: Continuing FTP script 
      statement.
      
      I need to run a longish command to restore a 
      save file after an FTP transfer and the AS400 command statement along with 
      the QUOTE and RCMD verbs is longer than the standard source file record 
      length of 80 bytes.
      Is there a way of continuing a script line over 
      two source lines or do I have to create a ridiculously long record length 
      to cater for large script statements?
      Thanks in advance, 
      Mike Pantzopoulos