Hi there,
my problem is, that i need to get all jobs with status from a autosys instance.
If I use
autorep -J ALL -d >joblist.txt
longer Jobnames will be cut and the end will be replaced by 3 points like this
"ThisIsALongerJobNameAnd..."
If i try a single job query like
autorep -J ThisIsALongerJobNameAndINeedHimComplet -d
the jobname in the output is ok.
Also when I do a
autorep -J ALL -q >list.txt
I get all jobs, without cut, but without detailed status to..
I can't do a loop to query job after job because this need 10-20 minutes for all jobs and i will miss job status between that.
I play with the parameter -L but no difference to see.
so my finaly question is:
did anybody know a solution, how to get all jobs with status in one way without cutted details in the output ? (or how to speed up the thing)
Regards
drmaniac.