| m1deh00mvs Beginner
 
 
 Joined: 04 Dec 2006
 Posts: 3
 Topics: 3
 
 
 | 
			
				|  Posted: Sat Jun 27, 2009 6:33 am    Post subject: CA-View/SAR Questions |   |  
				| 
 |  
				| 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..
 |  |