[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Output file names
- Subject: Output file names
- From: Todd Becker <tbecker@CCCIS.COM>
- Date: Wed, 25 Aug 1999 13:47:48 -0500
Is it possible to define a flat file name from the SQR command line? I
know the -F can be used to rename the .lis file, but our goal is to create
unique output file names before they are created.
For example, User1 runs SQR fil_Report1 which produces a fixed length file
named fil_Report1.dat. Concurrently, User2 runs SQR fil_Report1 which also
produces a fixed length file named fil_Report1.dat. My question is, from
the command line, can I define the output file name, such as fil_Report1_ +
varUserName + .dat?
TIA,
Todd Becker