How could I get current parameter value from unix command
Moderators: chulett, rschirm, roy
How could I get current parameter value from unix command
How could I get current parameter value from unix command? I tried to use dsjob -paraminfo but it returned only default value.
Thanks in advance
Thanks in advance
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
dsjob -logsum project job
Find and parse out the entry relating to the most recent job start. You can get the job start timestamp from dsjob -jobinfo project job
Find and parse out the entry relating to the most recent job start. You can get the job start timestamp from dsjob -jobinfo project job
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
I have got another problem. the job start timestamp from dsjob -jobinfo sometimes doesn't match the timestamp in dsjob -logsum .
For Example;
From dsjob -jobinfo command
Job Start Time : Tue Sep 11 17:44:432007
but, from dsjob -logsum command
5 STARTED Tue Sep 11 17:44:44 2007
Starting Job XXXX. (...)
Therefore, I cannot get the log detail
For Example;
From dsjob -jobinfo command
Job Start Time : Tue Sep 11 17:44:432007
but, from dsjob -logsum command
5 STARTED Tue Sep 11 17:44:44 2007
Starting Job XXXX. (...)
Therefore, I cannot get the log detail
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
