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

What is DDIO In Expeditor


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

New User


Joined: 22 Jul 2005
Posts: 1

PostPosted: Fri Jul 22, 2005 10:02 am
Reply with quote

hi, myself kabi.what is ddio,is it pds ?
how we cics invoke in expidtor
Back to top
View user's profile Send private message
scorp_preeti

New User


Joined: 25 Jul 2005
Posts: 1

PostPosted: Mon Jul 25, 2005 4:30 pm
Reply with quote

DDIO stands for Data definition input output. It is a VSAM file. DDIO libraries contain the source listing members. While compiling the program we need to specify the DDIO Name if XPEDITE is YES.
Make sure that the compile JCL has DDIO specified, else the XPEDITER will not be able to work on your program.
Back to top
View user's profile Send private message
rahul_jot

New User


Joined: 17 Aug 2005
Posts: 22
Location: Pune

PostPosted: Tue Aug 23, 2005 11:31 am
Reply with quote

Thanks for the info scorp_preeti. To add more information, DDIO keeps the timestamp information of compilation and link editing. So we have to keep in mind while compiling which DDIO we are using. We have to specify same DDIO and the load library in expeditor otherwise it causes time stamp mismatch.
Also we can create a new DDIO file from 5.3 option of expeditor main menu.
Back to top
View user's profile Send private message
luttapi

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Sat Jun 30, 2007 11:53 am
Reply with quote

In 5.3 option of Xpeditor what we want to give in command line to create the new DDIO . please give screen shot of this option if you can.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Sat Jun 30, 2007 12:05 pm
Reply with quote

after selecting 5.3,,,,....Select
Code:
3  Source      - Create/List/Maintain Source Listing


and then its self explanatory...press pf1 to get help...
any way here selection option is c

Code:
SEL Options:  C (Create) 
                         
    SEL     ---- Source Li
     c      'urqual.ddio'_
Back to top
View user's profile Send private message
triloknathreddy

New User


Joined: 13 Nov 2007
Posts: 10
Location: hyderabad

PostPosted: Wed Mar 19, 2008 10:02 am
Reply with quote

Hi, iam trilok.

I having a probelm while doing xpediting the cobol+db2 program.
when iam doing bind , iam getting lisiting table does not exist. what does it mean , and how to create that.

======================================================================*
COMMANDS: *
SUB - SUBMIT THIS JOB *
RUN - SUBMIT THIS JOB AND CHECK STATUS *
LISTING - DISPLAY JOB OUTPUT LISTING *
END - TERMINATE *
======================================================================*
/BIND EXEC PGM=IKJEFT01,DYNAMNBR=20
/STEPLIB DD DISP=SHR,DSN=SYS1.DB2T.SDSNLOAD
/DBRMLIB DD DISP=SHR,DSN=BATCH.BL.T082849.DBRMLIB.DB2.XP
/SYSTSPRT DD SYSOUT=*
/SYSPRINT DD SYSOUT=*
/SYSTSIN DD *
DSN SYSTEM(DB2T)
BIND PLAN(BL630) -
OWNER(BPTT88) -
QUALIFIER(BATCHDCY) -
Ž‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹“
„ [color=red]RC=8: LISTING TABLE DOES NOT EXIST. MUST COMPILE
FIRST. „
‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹’
VALIDATE(BIND) -[/color]
Back to top
View user's profile Send private message
triloknathreddy

New User


Joined: 13 Nov 2007
Posts: 10
Location: hyderabad

PostPosted: Thu Mar 20, 2008 3:25 pm
Reply with quote

Hi ,
i have a problem in xpediting cobol+db2 programs,
please help me on this and suggest me the options i have to use in xpediter.The version iam using is XPEDITER/TSO 7.4
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Thu Mar 20, 2008 4:13 pm
Reply with quote

triloknathreddy wrote:
Hi ,
i have a problem in xpediting cobol+db2 programs,
please help me on this and suggest me the options i have to use in xpediter.The version iam using is XPEDITER/TSO 7.4


Do not open many topics for the same question.U have already posted this.

http://www.ibmmainframes.com/viewtopic.php?t=29248
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 Create DDIO file to view the soc7 Compuware & Other Tools 13
No new posts Unable to debug START TRANSID CICS pr... Compuware & Other Tools 0
This topic is locked: you cannot edit posts or make replies. Unable to debug a linked program usin... IBM Tools 1
No new posts Unable to debug a linked CICS program... Compuware & Other Tools 3
No new posts Can I print source code from DDIO mod... CA Products 3
Search our Forums:

Back to Top