Perhaps they did not have 'Portable Application Solutions Environment'
(PASE) installed?
I wonder if that is the difference.....
Kristen
-----Original Message-----
From: JAVA400-L [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Kristen
Henry
Sent: Friday, July 22, 2016 2:42 PM
To: 'Java Programming on and around the IBM i'
Subject: awk command not found
Hi,
Strange issue on an iSeries where it was never an issue before. In a script
(.sh) that runs in a QSH statement where I call my java application I write
a few things out to a .log file.
In this statement I set the value of %version to the numeric string of the
-version command.
export -s version=$("java" -version 2>&1 | awk -F '"' '/version/ {print
$2}')
This has been working for years this way.
Lately, when running on systems (Java 6 and 7) I am getting a 'awk command
not found' as if a PTF removed it or something related to QSHELL is not
installed.
It is as if awk has been removed from qsh command set.
1) is anyone aware of this happening?
2) what would be a good work around to write out the Java -version into a
text log file?
Kristen
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing
list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.