we are in universe version 10.1.22 /AIX 5.3

To obtain the last job number created by a user , we use the following shell
script :
sh -c \`cat /.uvhome`/bin/analyze.shm -p|grep sp_job_id| awk '{if (NF==NR) print
$0}'|awk  'BEGIN {OFS=":"}{print $2}'\
But when the server is overloaded the job number delivered by the script seems 
not the right one.


1 -is what has already been observed?
2 -is this the only way?
 
Thanks,
Jean Pierre Boishardy

_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to