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

Indexed File record not found


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Nsuma

New User


Joined: 10 Dec 2007
Posts: 13
Location: Hyd

PostPosted: Fri Jan 15, 2010 8:12 am
Reply with quote

I had a file, Organization mode is INDEXD and access mode is DYNAMIC. Moving the values to the record key and simply reading the file (Not with START) as below.

READ INPUT-FILE INTO INPUT-RECORD.

If the record not found what would be there in INPUT-RECORD and record-key.

I guess it will get intialize. Please correct me if wrong.

Thanks.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Fri Jan 15, 2010 8:45 am
Reply with quote

Quote:
I had a file,

too bad you don't have it anymore,
you could have run a quick test.

only thing I can suggest is read the manuals (top of page - MANUALS button) for cobol application programmers manual which will detail how the I/O commands function.

Possibly will not answer your question directly, that would require mainframe usage, which I am not going to expend to verify your guess.

I don't know the answer to your question because I would not use your syntax and expect the I/O to function as I wanted.
Back to top
View user's profile Send private message
Nsuma

New User


Joined: 10 Dec 2007
Posts: 13
Location: Hyd

PostPosted: Fri Jan 15, 2010 8:54 am
Reply with quote

See dbzTHEdinosauer,
It is not too bad, i want confirmation which i am guessing, i have already tried in my system (since i am working on UNIX cobol). I want to know what will happen in mainframes. That it. if you dont have time you no need to give such reply.

READ INPUT-FILE INTO INPUT-RECORD. ----This is basic syntax in mainframes cobol.

But thanks for letting one thing. it will depend on the I/O function also.

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Fri Jan 15, 2010 8:54 am
Reply with quote

Quote:
I guess it will get intialize. Please correct me if wrong.
Why guess when the manual is available from this web page in just a few clicks of the mouse? You can then read section 6.2.28 of the COBOL Language Reference manual and know -- not guess -- exactly what happens in this case, since the manual explicitly tells you.

Hint: you are wrong because initialization is not involved.
Back to top
View user's profile Send private message
Nsuma

New User


Joined: 10 Dec 2007
Posts: 13
Location: Hyd

PostPosted: Fri Jan 15, 2010 8:56 am
Reply with quote

Thanks Robert Sample...i will do that.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
Search our Forums:

Back to Top