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 

CA-View/SAR Questions

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
m1deh00mvs
Beginner


Joined: 04 Dec 2006
Posts: 3
Topics: 3

PostPosted: Sat Jun 27, 2009 6:33 am    Post subject: CA-View/SAR Questions Reply with quote

Question #1
I run a batch job with many steps.
I look at the job output using e(JES) and see
the jobs steps listed as they were executed.

But after the job goes into CA-SAR/View and I
look at the job/job steps using the '?' command
before the job, it lists the job steps in
another order (by DSID?).

How can I make CA-View/SAR list the steps in the
order that they were executed?


Question #2

I need to recreate JCL from CA-View/SAR output
that use procs with proc overrides.

Sample initial JCL:

//ABC EXEC XX001,
//Z050.SYSIN DD *
DELETE 'ABC.1.CLUSTER'
DEFINE CLUSTER -
(NAME(ABC.1.CLUSTER) -
BUFFERSPACE(57856) -
FREESPACE(20 10) -
INDEXED -
KEYS(11 0) -
RECORDSIZE(500 27990) -
SHAREOPTIONS(2 3) -
SPEED -
DATA(NAME(ABC.1.DATA) -
VOLUMES(VOLUMW) -
CYLINDERS(5 5) -
CONTROLINTERVALSIZE(28672)) -
INDEX(NAME(ABC.1.INDEX) -
VOLUMES(VOLUMW) -
TRACKS(15 15) -
CONTROLINTERVALSIZE(512))
etc....

Sample CA-VIEW/SAR Output:

SARPAGE 4

IDCAMS SYSTEM SERVICES

DELETE 'ABC.1.CLUSTER'
IDC0550I ENTRY (D) ABC.1.DATA DELETED
IDC0550I ENTRY (I) ABC.1.INDEX DELETED
IDC0550I ENTRY (C) ABC.1.CLUSTER DELETED
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0

DEFINE CLUSTER -
(NAME(ABC.1.CLUSTER) -
BUFFERSPACE(57856) -
FREESPACE(20 10) -
INDEXED -
etc......

I do not see the original JCL in SAR showing the PROC overrides
as originally submitted? Is there an easy to recreate it?

Thanks..
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 -> Utilities 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