Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Can the same file be used by both calling and called module?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
sindhuvava
Currently Banned

New User


Joined: 05 Dec 2006
Posts: 17
Location: Chennai

PostPosted: Wed Oct 24, 2007 3:57 pm    Post subject: Can the same file be used by both calling and called module?
Reply with quote

Can anyone help me!!!

1) Suppose an indexed file has following value in Key

SANATH
SANJAY
SANJIB
358796
532176
665040

to read this file in Cobol the Key is initialized with Zeros and a START command is issued having Key=<key varaiable name>. Now if a READ NEXT is issued,which record it wil read?

a) record having key SANJIB
b) record having key SANATH
c) record having key 358796
d) No record wil be read because there is no key '00000'
e) record having key 532176

2) Can the same file be used by both calling and called module?

a)yes but the called module does not have any SELECT clause or FD entry for that file
b)Yes,provided callin module closes the file befor called module opens and viceversa
c)no if one program makes update that wil not be visible to the other program
d) yes in JCL the mode has to be DISP=SHR
e)Yes only KSDS files can be used in this way with SHARE OPTION=(2,3)
Back to top
View user's profile Send private message
References
PostPosted: Wed Oct 24, 2007 3:57 pm    Post subject: Re: Can the same file be used by both calling and called module? Reply with quote

Moved: Wed Oct 24, 2007 3:58 pm by superk From Mainframe COBOL to Interview Questions
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1481
Location: Bangalore,India

PostPosted: Wed Oct 24, 2007 7:30 pm    Post subject:
Reply with quote

Sindhu,

Quote:
Now if a READ NEXT is issued,which record it wil read?

Verify what '23' file status stand for.


Quote:
Can the same file be used by both calling and called module?

There is a topic recenly discussed in forum on this issue. Search for it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1