[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Invoking dos commands thru sqr
- Subject: RE: [sqr-users] Invoking dos commands thru sqr
- From: "Knapp, Richard" <KnappR@umsystem.edu>
- Date: Mon, 9 Oct 2006 16:25:48 -0500
- Delivery-date: Mon, 09 Oct 2006 17:27:56 -0400
- In-reply-to: <DEDF3B78F17BB545A6D5FA266AAE43E2020FBC69@CINMLVEM23.e2k.ad.ge.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: Acbr51qUJd/7imscQFS+5c7FU9WcEwAAeuJg
- Thread-topic: [sqr-users] Invoking dos commands thru sqr
Invoke the command interpreter with the /C flag so let $cmd = cmd /C ...
(your commands)
Richard Knapp
AITS - Reporting
University of Missouri
Locust Street Building
Columbia, MO 65201
573-882-8856
knappr@umsystem.edu
-----Original Message-----
From: sqr-users-bounces+knappr=umsystem.edu@sqrug.org
[mailto:sqr-users-bounces+knappr=umsystem.edu@sqrug.org] On Behalf Of
Vaidyanathan, Ramakrishnan (GE, Corporate,consultant)
Sent: Monday, October 09, 2006 4:11 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Invoking dos commands thru sqr
Hi All,
Iam trying to use a dos sort command in sqr. it shud sort the
file and redirect the output to another file. I tried but its not
working for me.
Let $cmd_sort = 'Sort /+16 ' || $file1 || '>' || $file2
Iam not getting any error msg. The file is not sorted and iam not
getting any
sorted output file.
Please help
Thanks
Ram
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users