×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Really close to what I just threw together as a test.
catsplf -j $( system "wrkoutq kevin" | grep QPJOBLOG | awk '{print $11
"/" $2 "/" $10 " " $1 " " $9}' ) | grep -i xxxx
Kevin Bucknum
Senior Programmer Analyst
MEDDATA/MEDTRON
Tel: 985-893-2550
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Bryan Dietz
Sent: Friday, February 05, 2016 12:37 PM
To: Midrange Systems Technical Discussion
Subject: Re: help with QSH script.
there is some insteresting shell scripting here:
http://yips.idevcloud.com/wiki/index.php/PASE/SHELL
especially "Part 2 - QSH/QP2TERM (parms)"
looks pretty close to what you are looking to do
Bryan
Gerald Magnuson wrote on 2/5/2016 11:30 AM:
I know nothing about unix scripting....
I want to grep all spool files in a outq for a specific string.
I have:
system "wrkoutq kgpl/joblogs" >> /temp/myoutput.txt 2>&1
to output the listing of spool files...
and I have:
catsplf -j &jobid &spoolname &spoolnum | tr 'a-z' 'A-Z' | grep 'JAVA
EXCEPTION'
to scan the files...
but I don't know how to load my variables????
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.