[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: "Vaidyanathan, Ramakrishnan \(GE, Corporate,consultant\)" <ramakrishnan.vaidyanathan@ge.com>
- Date: Mon, 9 Oct 2006 17:45:08 -0400
- Delivery-date: Mon, 09 Oct 2006 17:47:54 -0400
- In-reply-to: <93D0418A67D27C47BD90CF3A0DCC39F5CBE90D@UM-XMAIL04.um.umsystem.edu>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: Acbr51qUJd/7imscQFS+5c7FU9WcEwAAeuJgAACyAcA=
- Thread-topic: [sqr-users] Invoking dos commands thru sqr
I tried that also now its putting a blank sorted file..There is no data in the
second file..
Let $cmd = '/C Sort /+16 ' || $file1 || '>' || $file2
-----Original Message-----
From: sqr-users-bounces+ramakrishnan.vaidyanathan=ge.com@sqrug.org
[mailto:sqr-users-bounces+ramakrishnan.vaidyanathan=ge.com@sqrug.org]On
Behalf Of Knapp, Richard
Sent: Monday, October 09, 2006 5:26 PM
To: This list is for discussion about the SQR database reportinglanguage
fromHyperion Solutions.
Subject: RE: [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
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users