MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

LDSN command

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics
View previous topic :: View next topic  
Author Message
ranga_subham
Intermediate


Joined: 31 Jan 2006
Posts: 255
Topics: 72

PostPosted: Thu Feb 16, 2006 11:15 pm    Post subject: LDSN command Reply with quote

Hi,

I was just trying to know which are all the jobs using a particular dataset in CA-7 job scheduler. So, I used the command "LDSN,DSN=XXX.XXX.XXX,LIST=ALL" but it throws "SLIB-02 DSN=XXX.XXX.XXX NOT FOUND ".
Can you please let me know why? Or, Did I wrongly used the LDSN command?

Also, looking at the following link in the forum "http://mvsforums.com/helpboards/viewtopic.php?t=4787&highlight=ca7", just wanted to know is there any online CA-7 command that tells us the no. of abends details happened on a given day. I tried using the command LRLOG,JOB=*,DATE=*06014 to get the abends occurred on 14th Jan 2006 but CA-7 returned "SLIF-19 NO QUEUE RECORDS MATCH PARAMETERS ENTERED".

Please provide some inputs.

Thanks.
_________________
Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Fri Feb 17, 2006 5:13 am    Post subject: Reply with quote

Quote:

was just trying to know which are all the jobs using a particular dataset in CA-7 job scheduler. So, I used the command "LDSN,DSN=XXX.XXX.XXX,LIST=ALL" but it throws "SLIB-02 DSN=XXX.XXX.XXX NOT FOUND ".
Can you please let me know why? Or, Did I wrongly used the LDSN command?




The list command syntax looks ok. Are you sure that the you have correct dataset name?.

Quote:

I tried using the command LRLOG,JOB=*,DATE=*06014 to get the abends occurred on 14th Jan 2006


LQ command does not have the ability to choose on DATE. Look up the syntax for LQ in CA- 7 commands guide

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Jaya
Beginner


Joined: 02 Sep 2005
Posts: 77
Topics: 10
Location: Cincinnati

PostPosted: Fri Feb 17, 2006 5:43 am    Post subject: Reply with quote

Hi

Quote:
I tried using the command LRLOG,JOB=*,DATE=*06014 to get the abends occurred on 14th Jan 2006 but CA-7 returned "SLIF-19 NO QUEUE RECORDS MATCH PARAMETERS ENTERED


In my shop, CA-7 retains the run logs for the previous 4 days, plus the current day. Not sure whether it is CA-7 specific or my shop specific.

Code:
LRLOG,JOB=*,DATE=*06045


This command will give the list of all the jobs that ran on 06045 (yyddd).

To get only the abended job list, Use the filter for status.


Code:
LRLOG,JOB=*,DATE=*06045,ST=RSTR


To get the cancelled job list
Code:
LRLOG,JOB=*,DATE=*06045,ST=CANC


To get the force completed job list
Code:
LRLOG,JOB=*,DATE=*06045,ST=FORCE



Thanks,
Jaya.
_________________
"Great spirits have always encountered violent opposition from mediocre minds."
-Albert Einstein
Back to top
View user's profile Send private message
ranga_subham
Intermediate


Joined: 31 Jan 2006
Posts: 255
Topics: 72

PostPosted: Mon Feb 20, 2006 1:54 am    Post subject: Reply with quote

Yes Kolusu. I've used the command correctly. I don't know why it is not giving me any result as expected.

Thanks a lot Jaya. It is very nice piece of information. I will try all of these and revert back.
_________________
Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Other Technical Topics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group