Kbase P35478: How to redirect the default input and output of a Progress session in batch mode?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to redirect the default input and output of a Progress session in batch mode?
FIX:
One way to redirect the input and output of a Progress batch session is to use a command line similar to the following:
pro database-name -b -p prog.p < in.file > out.file &
where:
input.file is the input file and
output.file is the output file for PROGRESS messages.