View previous topic :: View next topic |
Author |
Message |
muralikrishnan Beginner
Joined: 08 Feb 2006 Posts: 19 Topics: 11
|
Posted: Sat Jun 10, 2006 9:45 am Post subject: How to know the creator of a PS dataset |
|
|
Hi All,
I need your help once again.
I would like to know the creator of a PS dataset.
I tried with LISTCAT but it doesn't work.
Thanks in advance. |
|
Back to top |
|
 |
German Castillo Beginner

Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Sat Jun 10, 2006 4:58 pm Post subject: |
|
|
The requested information lies inside a SMF record. Surely in your shop somebody already has SMF extractors, else check the CBT site. _________________ Best wishes,
German Castillo |
|
Back to top |
|
 |
muralikrishnan Beginner
Joined: 08 Feb 2006 Posts: 19 Topics: 11
|
Posted: Sun Jun 11, 2006 11:30 pm Post subject: |
|
|
Hi,
Thanks for your reply.
But could you please elaborate more on SMF extractors. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Thu Jun 22, 2006 3:28 pm Post subject: |
|
|
Hi,
I have a job it got abended every time because the dataset is in use and in JESYSMSG it is giving following information
Quote: |
IDCAMS SYSTEM SERVICES TIME: 21:35:58
DELETE (VSAM1.XYZ.ABC) PURGE CLUSTER 00150012
IKJ56225I DATA SET VSAM1.XYZ.ABC ALREADY IN USE, TRY LATER
IKJ56225I DATA SET IS ALLOCATED TO ANOTHER JOB OR USER
IDC0551I ** ENTRY VSAM1.XYZ.ABC NOT DELETED
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8
|
I looked into the all jobs that are useing VSAM1.XYZ.ABC dataset but I am unable to find it which job is using this dataset at that time.
Then I ran following JCL to get SMF records but I am getting only TYPE2 and TYPE3 records. Any body can through some light on this.
Quote: |
//STEPU010 EXEC PGM=IFASMFDP M='OPEN=INP'
//DUMPIN DD DSN=VSAM1..XYZ.ABC,DISP=SHR
//DUMPOUT DD DSN=TEST.SMFDATA,DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(10,10),RLSE),
// DCB=(DSORG=PS,RECFM=VBS,LRECL=32760,BLKSIZE=0)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
INDD(DUMPIN,OPTIONS(DUMP))
|
The SYSPRINT is as follows
Quote: |
IFA020I DUMPIN -- VSAM1.XYZ.ABC
IFA011I SMF DUMPIN DATASET CONTAINS RECORD(S) IN ERROR
IFA011I INVALID TIME OR DATE IN RECORD HEADER
IFA011I PROCESSING OF THIS DATASET CONTINUES
IFA024I SMF DATA SET SPECIFIED IN DD DUMPIN CONTAINS MORE THAN 500
RECORDS IN ERROR.
SUMMARY ACTIVITY REPORT
RECORD RECORDS PERCENT AVG. RECORD MIN. RECORD MAX.
TYPE READ OF TOTAL LENGTH LENGTH
2 0
3 0
193 6,019 100.00 % 221.49 70
TOTAL 6,019 100 % 221.49 70
NUMBER OF RECORDS IN ERROR 6,019
INDD: DUMPIN
ERROR TYPE: INVALID TIME OR DATE
RECORD SEQUENCE NUMBER - 1
0046C1C1 E6C1C1E6 C8C20000 00000000 00000000 00000000 00000000 00000000
ERROR TYPE: INVALID TIME OR DATE
RECORD SEQUENCE NUMBER - 2
00C9C1C1 C8C1C100 00000000 00000000 0010C900 D4C50000 C9C4C7C9 C4C740C4
|
_________________ Regards,
Chandra |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Thu Jun 22, 2006 3:45 pm Post subject: |
|
|
VSAM1.XYZ.ABC doesn't sound like a real good name for an SMF dataset. You need to check with your local system programmers or capacity planners and have them help you. It worries me since you tried to delete your input dataset. |
|
Back to top |
|
 |
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Thu Jun 22, 2006 9:15 pm Post subject: |
|
|
Hi Taltyman,
The delete step shown is from production job that got abended while deleting it because the dataset is in use.
I want to find out which job is using my dataset at that time.
I have changed the file name because it is confidential, so I have edited the name.
thank you, _________________ Regards,
Chandra |
|
Back to top |
|
 |
|
|