[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Followup: How to run a shell script with in sqr and check status



Thanks for your reply Les Hancock.
But what I am looking for is run shell script WITH IN THE SQR and check the
status
..

xxxx.SQR

begin report

   do Verify-amounts

   start ftp
   check success
   based on return value  of FTP set #return-status  -- (Pre-defined variable)

end-report

thanks for any help