|
|
| Author |
Message |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 3385 Location: germany
|
|
|
|
again,
go back to the utilities option of the ISPF xpeditor screens,
and use the screen to generate jcl to create a job that creates a vsam ddio file. |
|
| Back to top |
|
 |
References
|
|
 |
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 4232 Location: Atlanta, GA
|
|
|
|
Whether the DDIO is VSAM or sequential, this message
| Quote: |
| PCOPTN271-S CWPDDIO IS NOT A SOURCE DDIO FILE OR DATABASE. |
tells me you need to contact your site support group for assistance. Compuware has started linking DDIO files into a report and source database, and the message implies that your file needs to be so linked. The procedure to do this will be known to your site support group and the database may well have restricted access that would prevent you from doing this on your own. |
|
| Back to top |
|
 |
ibmmainframe1
New User
Joined: 26 Jul 2005 Posts: 58 Location: India
|
|
|
|
| Thanks Robert and Dick for your continued support. |
|
| Back to top |
|
 |
ibmmainframe1
New User
Joined: 26 Jul 2005 Posts: 58 Location: India
|
|
|
|
Hi All,
I have created a shared Directory DDIO file and when i run the job I am getting following error..
| Code: |
PCOPTN041-I DDIO
PCOPTN041-I OUTPUT ( NOLIST, NOPMAP, NOOFFSET, NOCLIST, NOXREF, NODMAP, NOMAP
PCOPTN041-I ( PROGRAM-NAME( ) )
PCOPTN041-I
PCOPTN041-I PRINT
PCOPTN041-I OUTPUT ( SOURCE, LIST, PMAP, OFFSET, CLIST, XREF, DMAP, MAP )
PCOPTN041-I
PCSIO 054-S NO DATABASE FILES IN SELECTION LIST .
PCSIO 006-S OUTPUT FILE CWPDDIO OPENMEM ERROR, RETURN CODE=48-046.
PCDRVR053-I ** ERRORS PROCESSING LISTING CS001478 DATED 11/06/2009 AT 08:57:4 |
This my DDIO info. Pls advise..
| Code: |
SHARED DIRECTORY INFORMATION
AM(ACCESS METHOD) ............... VSAM
BLKSIZE ......................... 18425
OTHER INFORMATION
DIRECTORY FORMATTED BY DDIO ... 8.6.0
REQUIRES MINIMUM DDIO RELEASE . 7.0.0
TOTAL BLOCKS IN SHARED DIR .... 200
USED BLOCKS ................... 19(10%)
NUMBER OF EXTENTS ............. 1
DBMODEL INFORMATION:
DBMODEL ........................ NOT FOUND OR HAS NOT BEEN DEFINED
NUMBER OF ATTACHED DATABASE(S)................ 0 |
|
|
| Back to top |
|
 |
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 4232 Location: Atlanta, GA
|
|
|
|
It does not appear your DDIO is defined correctly. See the Compuware manual Enterprise Common Components User/Reference Guide MVS for details on setting up a DBMODEL. It's been quite a while since I've had to set up any of this, so my memory does not recall the exact steps. I think the process was to allocate the DDIO, format it using the utility, and then link it to a database. But it's fuzzy so I could be forgetting a step or two.
If you have not contacted your site support group, I strongly recommend you do so since some of the Compuware definitions depend upon what is already defined at your site. |
|
| Back to top |
|
 |
ibmmainframe1
New User
Joined: 26 Jul 2005 Posts: 58 Location: India
|
|
|
|
Hi All,
I created DDIO using someone's else in Fileaid.
All these days I was trying to allocate new file or xped to create and that was failing.
Today in Fileaid utilities copy option used to copy someone's into mine and it worked.
Thanks all for your help. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 13558 Location: 221 B Baker St
|
|
|
|
Good to hear it is working - thank you for the update
d |
|
| Back to top |
|
 |
|
|