| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
JPPR
Joined: 04 Jul 2007
Posts: 21
Location: Sao Paulo
|
| Posted: Wed Jul 23, 2008 11:12 pm Post subject: Dataset Allocation |
|
|
I'm having a allocation dataset problem.
A Address Space allocated a dataset that I must use.
Someone know how can i free the allocation, but I do not know what ddname Allocation.
Thanks. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 8642
Location: 221 B Baker St
|
| Posted: Wed Jul 23, 2008 11:29 pm Post subject: |
|
|
Hello,
Quote: A Address Space allocated a dataset that I must use.
Which address space?
If you try to edit the dataset, it will say "in use". Then press F1 two times and you can see what is holding the dataset. If this is some production process or some other user, you will probably need to wait (or make arrangements to have the dataset made available).
The ddname is not what holds the dataset - the dataset name does. |
|
| Back to top |
|
JPPR
Joined: 04 Jul 2007
Posts: 21
Location: Sao Paulo
|
| Posted: Wed Jul 23, 2008 11:36 pm Post subject: Reply to: Dataset Allocation |
|
|
The dataset was allocated by a production task BBIAO (Mainview For Autooperator).
I canīt stop and start TASK before next IPL. |
|
| Back to top |
|
Pedro
Joined: 01 Sep 2006
Posts: 510
Location: work
|
| Posted: Thu Jul 24, 2008 1:30 am Post subject: Reply to: Dataset Allocation |
|
|
| Sorry do not know anything about 'Mainview For Autooperator", but can you give it a command to stop what it is doing with that dataset and free it up? |
|
| Back to top |
|
Bill Dennis
Joined: 17 Aug 2007
Posts: 311
Location: Iowa, USA
|
| Posted: Thu Jul 24, 2008 2:07 am Post subject: |
|
|
| Or perhaps you can both share it, if you understand how it's used. |
|
| Back to top |
|
JPPR
Joined: 04 Jul 2007
Posts: 21
Location: Sao Paulo
|
| Posted: Thu Jul 24, 2008 4:42 pm Post subject: Reply to: Dataset Allocation |
|
|
The proccess that allocated the dataset is a internal production proccess for AutoOperator and a cant stop it before IPL.
I was using the OSPI Script Development to create a Rexx automation, but during the creation the proccess abended and dont free de Rexx member from the SYSPROC library.
Thankīs |
|
| Back to top |
|
Pedro
Joined: 01 Sep 2006
Posts: 510
Location: work
|
| Posted: Thu Jul 24, 2008 9:05 pm Post subject: Reply to: Dataset Allocation |
|
|
| Perhaps you can use a different name for development, then rename it later. |
|
| Back to top |
|
JPPR
Joined: 04 Jul 2007
Posts: 21
Location: Sao Paulo
|
| Posted: Thu Jul 24, 2008 9:09 pm Post subject: Reply to: Dataset Allocation |
|
|
Yeah.
Iīm doing that.
Thankīs for help. |
|
| Back to top |
|
Pedro
Joined: 01 Sep 2006
Posts: 510
Location: work
|
| Posted: Thu Jul 24, 2008 9:24 pm Post subject: Reply to: Dataset Allocation |
|
|
Quote: during the creation the proccess abended
I think that should be justification for restarting it. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|