View previous topic :: View next topic
|
Author |
Message |
saurabh39 Warnings : 1 Active User
Joined: 11 Apr 2008 Posts: 144 Location: Jamshedpur
|
|
|
|
Hi All,
I have a requirement where in i have to know active jobs for a given set of RACF id. This could have easily been done, if the version had been 1.9, but since its not, i have to take a longer route.
So i am fetching all the active jobs running in the region and then know the racf id of the submitted job and and match it with user id file i have.
but the problem is how to know the user id, there is one field in DA, called OWNER, but then it is hidden in my SDSF panel, so i suppose it can be hidden/unhidden in other user id panel.
So my question is can i specify in the job that give me only jobname, jobid and owner id.
Another question is, when i submitted the job, i got the output in very weird way, i am attaching the output, please have a look and let me know if i can change it or not. |
|
Back to top |
|
|
Aaru
Senior Member
Joined: 03 Jul 2007 Posts: 1287 Location: Chennai, India
|
|
|
|
saurabh,
Quote: |
then it is hidden in my SDSF panel, |
what do you mean by the above statement?
Quote: |
So my question is can i specify in the job that give me only jobname, jobid and owner id.
|
This is not clear.
Quote: |
Another question is, when i submitted the job, i got the output in very weird way, i am attaching the output, please have a look and let me know if i can change it or not. |
Give details of your job, your required output and the attachment. |
|
Back to top |
|
|
saurabh39 Warnings : 1 Active User
Joined: 11 Apr 2008 Posts: 144 Location: Jamshedpur
|
|
|
|
Hi Aaru,
Apologies, if my post was crptic.
Following are the fields which is being displayed in my SDSF panel -
JOBNAME STEPNAME PROCSTEP TYPE JNUM C ASID DP SIO EXCP CNT CPU%
If you do a F1, you will se that even OWNER is a possible field, but that field is not being displayed in my panel.
SO i want in to embed in my SDSF job that i need only Jobname,Job Id and Owner from DA panel and nothing else. |
|
Back to top |
|
|
saurabh39 Warnings : 1 Active User
Joined: 11 Apr 2008 Posts: 144 Location: Jamshedpur
|
|
|
|
Hi,
In a one line, my requirement is to fetch jobname,jobid and owner for all the active jobs in a mainframe region.
So is it possible to give which all details i want in my output to the SDSF job. |
|
Back to top |
|
|
saurabh39 Warnings : 1 Active User
Joined: 11 Apr 2008 Posts: 144 Location: Jamshedpur
|
|
|
|
Hi,
Guys please let me know if you have any solution to my problem..........atleast tell me if you know how to display a column in SDSF if it is not being displayed...........its kind of urgent....plzz |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
silly question, but I have to ask,
the owner column has been there since at least MVS/ESA, even before ...
can You filter on the owner ??
check that You have the proper authorities...
PF11 to scroll sideways to see where the column is
use the arrange command to display it in the right(for You) place |
|
Back to top |
|
|
saurabh39 Warnings : 1 Active User
Joined: 11 Apr 2008 Posts: 144 Location: Jamshedpur
|
|
|
|
HI,
OWNER Column is there, but was not being displayed........it was hidden(just like we hide column in excel)......you can change it by typing "?" on SDSF panel......
But question still remains -
Can i specify in my sysin parameter of my SDSF job that.....give me only jobname,jobid and owner column and nothing else. |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
The "?" command displays the alternate panel for DA. Someone at your site customized SDSF to define the columns on the two panels, primary and alternate.
You cannot add or remove columns, only change the order with the ARRANGE command. |
|
Back to top |
|
|
|