IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding DDIO Files


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
VivekKhanna

New User


Joined: 09 Feb 2009
Posts: 57
Location: India

PostPosted: Thu May 07, 2009 3:52 pm
Reply with quote

Hi Everyone,

1. I am using Xped/TSO, and I need to setup the Xped environment. I need some help regarding setting up the environment for batch programs.
2. DDIO files. I am not getting the information regarding the file format and the explanation for the first two steps (specially DSN whether it is a PS/PDS/VSAM cluster/anything else) in the following JCL:

//XOPTIONS DD DISP=SHR,DSN=XT.XT64B1.XOPTIONS
//CWPDDIO DD DISP=SHR,DSN=FLGFGR1.COBOL.DDIO
//CWPPRMO DD *
COBOL(OUTPUT(PRINT,DDIO))
PROCESSOR(OUTPUT(NOPRINT,NODDIO),TEXT(NONE))
LANGUAGE(VSCOBOL)
DDIO(OUTPUT(NOLIST,NOXREF,FIND,NODMAP,NOOFFSET,COMPRESS))
/*
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu May 07, 2009 4:18 pm
Reply with quote

if you have xpeditor/tso in your environment,
go to the utilities screen 3.something (in xpeditor).
the purpose of one of the screens is to establish a DDIO file.
PF1 (online help) is rather good with the explanation.

the control cards that you have shown are for your compile jcl.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Thu May 07, 2009 5:43 pm
Reply with quote

1. Consult your site support group. The specifics on how to do this are set up differently for each site and nothing we tell you may work on your site.
2. DDIO file format is none of your concern. Compuware provides utilities to define, initialize, and maintain DDIO files. Your site support group handles them and must do so as there are interrelationships with other files (such as shared directories) that mean applications people should not be setting up their own DDIO files. Further, setting up your own DDIO file is not a good idea if you're wanting to use it in a CICS region as that filie needs to be established in the region by your site support group.
Back to top
View user's profile Send private message
VivekKhanna

New User


Joined: 09 Feb 2009
Posts: 57
Location: India

PostPosted: Fri May 08, 2009 10:48 pm
Reply with quote

Thanks guys, but I get to know that the DDIO files are nothing else then VSAM RRDS clusters, that will be storing the information corresponding to the compiled module. One DDIO file can store control information for Multiple Modules.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat May 09, 2009 12:06 am
Reply with quote

Hello,

Is there a question here?

Is this now working on your system?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Aug 20, 2009 5:43 pm
Reply with quote

This is bit late but I believe I do not interrupt much...
Quote:
DDIO files are nothing else then VSAM RRDS clusters
DDIO files do not have to be VSAM; they can also be sequential. When VSAM they are ESDS.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top