Page 1 of 1

Session hanged up while saving a data set

PostPosted: Sat 13 Jun 2009, 10:28
by gnanas
Hi,

I'm unable to save a data set. While saving a data set, the below message is issued and my session is hanged up. So I closed my session with out log off.

"OPERATOR ACTION HAS BEEN REQUESTED FOR YOUR DATA SET"

Please let me know how to overcome this issue.

Re: Session hanged up while saving a data set

PostPosted: Sat 13 Jun 2009, 15:28
by sysprog
What are your TSO userid and your dataset names?

Re: Session hanged up while saving a data set

PostPosted: Sun 14 Jun 2009, 06:19
by gnanas
My TSO ID is gnanas.

If I save a member in GNANAS.JCL.CNTL, it is saved.

After creating a PDS with GNANAS as high level qualifier, I am unable to save a member in that data set.

Please let me know if you need more information.

Re: Session hanged up while saving a data set

PostPosted: Sun 14 Jun 2009, 07:02
by gnanas
Hi,

I created PDS named GNANAS.PLI.SOURCE

While trying to save member in this, I'm getting the same message.

Please see to this.

Re: Session hanged up while saving a data set

PostPosted: Mon 15 Jun 2009, 02:34
by sysprog
It seems your dataset is not properly allocated. Here is the message in your TSO session:
Code: Select all
IEC507D E 0AD6,FUSR16,GNANAS,SYSUSER.SYSUSER,GNANAS.PLI.SOURCE
21 IEC507D REPLY 'U'-USE OR 'M'-UNLOAD

Please post your allocation screen, such as ISPF allocation screen (=3.2).

Re: Session hanged up while saving a data set

PostPosted: Mon 15 Jun 2009, 04:37
by gnanas
This is the allocation details.
Code: Select all
Data Set Name . . . . : GNANAS.PLI.SOURCE                               
                                                                       
General Data                          Current Allocation               
 Management class . . : **None**       Allocated tracks  . : 100       
 Storage class  . . . : USER           Allocated extents . : 1         
  Volume serial . . . : FUSR16         Maximum dir. blocks : 20         
  Device type . . . . : 3390                                           
 Data class . . . . . : **None**                                       
  Organization  . . . : PO            Current Utilization               
  Record format . . . : FB             Used tracks . . . . : 1         
  Record length . . . : 80             Used extents  . . . : 1         
  Block size  . . . . : 27920          Used dir. blocks  . : 1         
  1st extent tracks . : 100            Number of members . : 0         
  Secondary tracks  . : 100                                             
  Data set name type  : PDS                                             
                                                                       
  Creation date . . . : 2009/06/14     Referenced date . . : 2009/06/14
  Expiration date . . : 2012/03/10                                     

Re: Session hanged up while saving a data set

PostPosted: Mon 15 Jun 2009, 16:26
by prino
Data set is past its expiration date, as you could have found yourself by putting the message code in Google, see http://www.jaymoseley.com/hercules/installmvs/mvsfaq00.htm.

Re: Session hanged up while saving a data set

PostPosted: Tue 16 Jun 2009, 15:51
by gnanas
Hi Prino,

I don't see the data set is past its expiration date. Could you please explain in detail?

Thanks for tour time and attention.

:)

Re: Session hanged up while saving a data set

PostPosted: Wed 17 Jun 2009, 02:50
by sysprog
I have fixed this issue for you, by re-allocating the dataset without seting the expiration date.

Please do not use the expire date when allocating a dataset.

Re: Session hanged up while saving a data set

PostPosted: Wed 17 Jun 2009, 04:48
by gnanas
Hi,

Thanks for your help.

Could you please let me know how expiration date causes this problem. If expiration date is not set, the data set would be deleted soon, right?

Please let me know various SMS classes can be used in this shop.

Re: Session hanged up while saving a data set

PostPosted: Wed 17 Jun 2009, 10:25
by sysprog
All users' datasets are assigned storage class USER. However you don't need to worry about the SMS storage class, and should not specify the expiration dates. The dataset will not be deleted by our system, or SMS. You are the only one manage the life of your own datasets.

Re: Session hanged up while saving a data set

PostPosted: Wed 17 Jun 2009, 10:29
by gnanas
Okay, Thanks for the reply.

I guess there is no automatic back up, migration of data sets in our shop since I see Management class is *None*

Re: Session hanged up while saving a data set

PostPosted: Wed 17 Jun 2009, 10:36
by sysprog
You are right. We don't have that luxury!