Re: PDSE and DFDSS

2012-06-13 Thread Neil Haley
It appears that you might be in contention with SDALMFSM, is that your
job or perhaps another job/user?

Regards,

Neil Haley
nha...@ca.ibm.com
Storage  Software Mainframe Support
http://www.ibm.com/systems/z/ | http://www.about.me/NeilHaley



From:   Mark Steely mark.ste...@wnco.com
To: IBM-MAIN@bama.ua.edu,
Date:   06/13/2012 11:24
Subject:PDSE and DFDSS
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



I would like to move a PDSE dataset  using DFDSS - I have never been able
to do this.

I am using the following format:

COPY DATASET( -
 INCLUDE( -
 OS130508.SMPE.SMPPTS-
))-
OUTDYNAM((MVASM2)) -
 CANCELERROR  -
 CATALOG  -
 DELETE PURGE -
 ALLDATA(*)   -
 ALLEXCP  -
 PROCESS(SYS1,UNDEF)  -
 TGTALLOC(SRC)

When I try to execute the job -  the job just sits there and then I start
receiving PDSE messages that there is a PDSE problem.


IGW031I PDSE ANALYSIS  Start of Report(SMSPDSE1) 658
-data set name-- -vsgt---
OS130508.SMPE.SMPPTS 01-MVASM2-000104
++ Unable to latch DIB_Global_Latch:7F3A7680
   Latch:7F3A7698 Holder(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL DIRECTORY EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL FORMATWRITE EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
PDSE ANALYSIS  End of Report(SMSPDSE1)

At that point I have to cancel the job.

I am z/OS v1r11 any help would be appreciated.

Thanks



*** CONFIDENTIALITY NOTICE ***
This e-mail message and all attachments transmitted with it may
contain legally privileged and confidential information intended
solely for the use of the addressee. If the reader of this message
is not the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender
immediately and delete this message from your system. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: PDSE and DFDSS

2012-06-13 Thread Mark Steely
That is the job that is trying to move the dataset.  The dataset is not 
allocated by any other resource.

Thanks

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Neil Haley
Sent: Wednesday, June 13, 2012 10:30 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: PDSE and DFDSS

It appears that you might be in contention with SDALMFSM, is that your
job or perhaps another job/user?

Regards,

Neil Haley
nha...@ca.ibm.com
Storage  Software Mainframe Support
http://www.ibm.com/systems/z/ | http://www.about.me/NeilHaley



From:   Mark Steely mark.ste...@wnco.com
To: IBM-MAIN@bama.ua.edu,
Date:   06/13/2012 11:24
Subject:PDSE and DFDSS
Sent by:IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



I would like to move a PDSE dataset  using DFDSS - I have never been able
to do this.

I am using the following format:

COPY DATASET( -
 INCLUDE( -
 OS130508.SMPE.SMPPTS-
))-
OUTDYNAM((MVASM2)) -
 CANCELERROR  -
 CATALOG  -
 DELETE PURGE -
 ALLDATA(*)   -
 ALLEXCP  -
 PROCESS(SYS1,UNDEF)  -
 TGTALLOC(SRC)

When I try to execute the job -  the job just sits there and then I start
receiving PDSE messages that there is a PDSE problem.


IGW031I PDSE ANALYSIS  Start of Report(SMSPDSE1) 658
-data set name-- -vsgt---
OS130508.SMPE.SMPPTS 01-MVASM2-000104
++ Unable to latch DIB_Global_Latch:7F3A7680
   Latch:7F3A7698 Holder(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL DIRECTORY EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL FORMATWRITE EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
PDSE ANALYSIS  End of Report(SMSPDSE1)

At that point I have to cancel the job.

I am z/OS v1r11 any help would be appreciated.

Thanks



*** CONFIDENTIALITY NOTICE ***
This e-mail message and all attachments transmitted with it may
contain legally privileged and confidential information intended
solely for the use of the addressee. If the reader of this message
is not the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender
immediately and delete this message from your system. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: PDSE and DFDSS

2012-06-13 Thread Lizette Koehler
 
 
 I would like to move a PDSE dataset  using DFDSS - I have never been able
to do this.
 
 I am using the following format:
 
 COPY DATASET( -
  INCLUDE( -
  OS130508.SMPE.SMPPTS-
 ))-
 OUTDYNAM((MVASM2)) -
  CANCELERROR  -
  CATALOG  -
  DELETE PURGE -
  ALLDATA(*)   -
  ALLEXCP  -
  PROCESS(SYS1,UNDEF)  -
  TGTALLOC(SRC)
 
 When I try to execute the job -  the job just sits there and then I start
receiving PDSE
 messages that there is a PDSE problem.
 
 
 IGW031I PDSE ANALYSIS  Start of Report(SMSPDSE1) 658 -data set
name--
  -vsgt---
 OS130508.SMPE.SMPPTS 01-MVASM2-000104
 ++ Unable to latch DIB_Global_Latch:7F3A7680
Latch:7F3A7698 Holder(0088:00AF8748)
Holding Job:SDALMFSM
 ++ Lock GLOBAL DIRECTORY EXCLUSIVE
held for at least 47 seconds
Hl1b:7FF769A0 HOLDER(0088:00AF8748)
Holding Job:SDALMFSM
 ++ Lock GLOBAL FORMATWRITE EXCLUSIVE
held for at least 47 seconds
Hl1b:7FF769A0 HOLDER(0088:00AF8748)
Holding Job:SDALMFSM
 PDSE ANALYSIS  End of Report(SMSPDSE1)
 
 At that point I have to cancel the job.
 
 I am z/OS v1r11 any help would be appreciated.
 
 Thanks
 

Try running the job and when you see this message issue a D GRS,C command.

See if anything else pops up.  Otherwise you need to issue some of the other
LATCH commands during this issue.

Another idea is to use ISMF to generate the job.  See if it has any other
parms not in your control cards.  Sometimes having ISMF create the move job
can generate good control cards. 


Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: PDSE and DFDSS

2012-06-13 Thread Richards, Robert B.
Either: 

1) Open a SR. I had a latch issue and LVL2 provided me with a SLIP. Contention 
was with DFHSM. It was diagnosed to be a timing issue and they are working on a 
fix.

2) Try IEBCOPY to a pre-allocated dataset.

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Mark Steely
Sent: Wednesday, June 13, 2012 11:23 AM
To: IBM-MAIN@bama.ua.edu
Subject: PDSE and DFDSS

I would like to move a PDSE dataset  using DFDSS - I have never been able to do 
this.

I am using the following format:

COPY DATASET( -
 INCLUDE( -
 OS130508.SMPE.SMPPTS-
))-
OUTDYNAM((MVASM2)) -
 CANCELERROR  -
 CATALOG  -
 DELETE PURGE -
 ALLDATA(*)   -
 ALLEXCP  -
 PROCESS(SYS1,UNDEF)  -
 TGTALLOC(SRC)

When I try to execute the job -  the job just sits there and then I start 
receiving PDSE messages that there is a PDSE problem.


IGW031I PDSE ANALYSIS  Start of Report(SMSPDSE1) 658
-data set name-- -vsgt---
OS130508.SMPE.SMPPTS 01-MVASM2-000104
++ Unable to latch DIB_Global_Latch:7F3A7680
   Latch:7F3A7698 Holder(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL DIRECTORY EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
++ Lock GLOBAL FORMATWRITE EXCLUSIVE
   held for at least 47 seconds
   Hl1b:7FF769A0 HOLDER(0088:00AF8748)
   Holding Job:SDALMFSM
PDSE ANALYSIS  End of Report(SMSPDSE1)

At that point I have to cancel the job.

I am z/OS v1r11 any help would be appreciated.

Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN