Don, when you CALL SYSTEM() or system() the only thing returned is the status for the CALL, no data if any kind is returned. If you want the output of the the command you can define a File as an input pipe from the command When you open the file the command runs when you read from the file the STDOUT Of the command is returned in the record If you define the file as line sequential then one line of output is returned for each READ.
↧