View previous topic :: View next topic
|
Author |
Message |
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
Hi All,
I am facing some problem in viewing the status of JCLs.
When I submit JCL & try to check the status I find the list empty.
When I submit a JCl. Others in the team can view the status of my jobs thru their IDs. but when I view I find the list empty.
I am not able to figure out whats wrong.
Can anyone please help me sorting this issue?
Thanks in advance,
Tejsmiles |
|
Back to top |
|
|
abhishekmdwivedi
New User
Joined: 22 Aug 2006 Posts: 95 Location: india
|
|
|
|
hi tejsmiles,
Try putting below command on your SDSF command prompt :
this will show you the status of your job. |
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
Hi Abhishek,
I tried your sugesstion. It is not working.
Is there anything else I can do?
Thanks,
tejsmiles |
|
Back to top |
|
|
abhishekmdwivedi
New User
Joined: 22 Aug 2006 Posts: 95 Location: india
|
|
|
|
Can you please post your job card. |
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
my job card is
//T8680DEC JOB (CC,00),CC,MSGCLASS=T,CLASS=A,REGION=40M,
// NOTIFY=&SYSUID,
Problem is that only I cannot view that status.. my team mates are able to check the status of jobs that I submit. |
|
Back to top |
|
|
abhishekmdwivedi
New User
Joined: 22 Aug 2006 Posts: 95 Location: india
|
|
|
|
Try putting following on command prompt :
or
I think this will do. |
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
I have tried this. I have tried specifying the owner. But, actually in st section i am unable to view even a single job. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
Try these
in S.ST.
Hope this helps.. |
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
Actually my scren looks like:
Code: |
. . . . . . . . . . . . . . . . . . . . . . . . . . .
Display Filter View Print Options Help
-------------------------------------------------------------------------------
SDSF STATUS DISPLAY ALL CLASSES LINE 0-0 (0)
COMMAND INPUT ===> SCROLL ===> PAGE
NP JOBNAME JobID Owner Prty Queue C Pos SAff ASys Status
|
|
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
Thanks Anuj.
The 'command DEST LOCAL' worked.
Thanks a lot for all the replies,
Tejsmils |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi Tejaswinee,
You are welcome..
Just a little confirmation needed, did You submit a print JCL to print some DSN on Mainframes printer when the aboe 'error' occured? |
|
Back to top |
|
|
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1702 Location: Australia
|
|
|
|
Hi,
try SET DISPLAY ON on command line, this will display current values.
Gerry |
|
Back to top |
|
|
tejsmiles
New User
Joined: 03 Jan 2007 Posts: 8 Location: Pune
|
|
|
|
Thanks gcicchet that will help me know the current values at all times..
thanks again,
Tejsmiles |
|
Back to top |
|
|
Ajay Baghel
Active User
Joined: 25 Apr 2007 Posts: 206 Location: Bangalore
|
|
|
|
Quote: |
try SET DISPLAY ON on command line, this will display current values |
.
Sorry, did not get this. What is it used for?
Thanks,
Ajay |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
The SET DISPLAY ON command in SDSF will add a line to the heading to show the values for DEST, PREFIX, OWNER, FILTER and SYSNAME. You will know at a glance if you are restricting the display of eligible jobs/sysout. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Bill Dennis wrote: |
The SET DISPLAY ON command in SDSF will add a line to the heading to show the values for DEST, PREFIX, OWNER, FILTER and SYSNAME. You will know at a glance if you are restricting the display of eligible jobs/sysout. |
Yup and the screen would look like..
Code: |
Display Filter View Print Options Help
-----------------------------------------------------------------------------
SDSF STATUS DISPLAY ALL CLASSES LINE 1-14 (14)
COMMAND INPUT ===> __________________________________________ SCROLL ===> CSR
PREFIX=Anuj DEST=LOCAL OWNER=* SORT=JOBNAME/A SYSNAME=
NP JOBNAME TYP JNUM JP JC QUE SAFF ASYS STATUS ROOM PROGRAMMER NAME |
Display on caused this,
Code: |
PREFIX=Anuj DEST=LOCAL OWNER=* SORT=JOBNAME/A SYSNAME= |
|
|
Back to top |
|
|
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 1512 Location: Virginia, USA
|
|
|
|
PREFIX should be =Anuj* |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
If I use only 'Anuj', it would list only those JOB which ahve exact JOB name 'Anuj' as no wild character used.
With Anuj*, jobs such as AnujXXXX will be listed, where XXXX can be anything, right Craig? |
|
Back to top |
|
|
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 1512 Location: Virginia, USA
|
|
|
|
Yes, the * is a wildcard. |
|
Back to top |
|
|
|