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

effect of BIND card options on the output of a program


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shiny

New User


Joined: 27 Apr 2010
Posts: 4
Location: India

PostPosted: Tue May 25, 2010 10:10 am
Reply with quote

hi....
when the Bind package options of a DB2-COBOL module are changed will there be any effect on the output of the program
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 25, 2010 10:17 am
Reply with quote

All depends on the isolation level and multiprogramming level
( other programs accesing the same rows at the same time )
the manual will tell the details
Back to top
View user's profile Send private message
shiny

New User


Joined: 27 Apr 2010
Posts: 4
Location: India

PostPosted: Tue May 25, 2010 6:19 pm
Reply with quote

will there br any effect if the Isolation level is given as
ISOLATION (CS)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 25, 2010 6:23 pm
Reply with quote

what does the manual say ???
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: Tue May 25, 2010 11:10 pm
Reply with quote

Hello,

Are you really saying some program does not always run as expected?

Rather than ask off the wall questions about things that could possibly cause changes/inconsistencies, you will get more useful replies if you post your situation and show your query and the inconsistent output. . .
Back to top
View user's profile Send private message
rocky_balboa

New User


Joined: 24 Mar 2010
Posts: 61
Location: Cape of Good Hope

PostPosted: Tue May 25, 2010 11:20 pm
Reply with quote

To put it very broadly most of the bind parameters determine locking and concurrency.

And yes, a change in isolation level may very well change the output of your program depending on whether the cursor is sensitive or insensitive....whether the same table is accessed twice in the same UOW...you can refer the manuls to get a description of each of these parameters
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: Tue May 25, 2010 11:48 pm
Reply with quote

Hello,

Quote:
To put it very broadly most of the bind parameters determine locking and concurrency.
Yes, many here are aware of this. . .

Your topic appeared to be addressing an unspecified question/problem. Possibly i misunderstood. . .

Regardless, do you have what you were looking for or is there still a doubt?
Back to top
View user's profile Send private message
rocky_balboa

New User


Joined: 24 Mar 2010
Posts: 61
Location: Cape of Good Hope

PostPosted: Tue May 25, 2010 11:59 pm
Reply with quote

I have not posted this query....
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: Wed May 26, 2010 12:40 am
Reply with quote

Oops. . . icon_redface.gif

Sorry 'bout that. . .

I'll clean this up later. . .

d
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
Search our Forums:

Back to Top