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

xpediting the cobol+db2 program


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

New User


Joined: 13 Nov 2007
Posts: 10
Location: hyderabad

PostPosted: Thu Mar 20, 2008 3:29 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
bhushan.shete

New User


Joined: 14 Nov 2006
Posts: 17

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

Hi triloknathreddy

please explain your problem in detail. do mention whether it is online or batch program.

we had problem in expediting of batch Cobol db2 program, if it is same i can help you out.

Thanks
Bhushan
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:04 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


Can u expalin ur problem clearly so that u will get the relevant help
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 7:06 pm
Reply with quote

hi bhushan/sri

iam having a probelm while doing xpediting the batch 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) -
Ž‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹“
RC=8: LISTING TABLE DOES NOT EXIST. MUST COMPILE FIRST. „
‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹’
VALIDATE(BIND) -
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Sun Mar 23, 2008 8:11 pm
Reply with quote

Hi trilok,

First compile and bind the program in normal mode.
Then inorder to Xped it create source listing and then proceed.
Back to top
View user's profile Send private message
rambabu110
Warnings : 1

New User


Joined: 06 Feb 2006
Posts: 10
Location: Bangalore

PostPosted: Mon May 19, 2008 7:51 am
Reply with quote

/BIND EXEC PGM=IKJEFT01,DYNAMNBR=20
/STEPLIB DD DISP=SHR,DSN=SYS1.DB2T.SDSNLOAD


in this code what is the meaning of this parameter "DYNAMNBR=20"? could you pls explain what is the purpose of it.
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: Mon May 19, 2008 8:24 am
Reply with quote

Hello,

Quote:
what is the meaning of this parameter "DYNAMNBR=20"?


It is used with dynamic allocation.

From the fine IBM manual:
Quote:
The system uses the sum of this number and the number of DD statements in the step to establish a control limit for tracking resources that it is holding in anticipation of reuse.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top