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

I am using same file status for all the four files


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

New User


Joined: 18 May 2005
Posts: 46
Location: Bangalore, INDIA

PostPosted: Thu Feb 02, 2006 12:38 pm
Reply with quote

I am using same file status for all the four files, at any point of time in the program if I check for the condition ?IF file-staus=??, Which file is that going to refer to?
Back to top
View user's profile Send private message
vikasc4

New User


Joined: 11 Dec 2005
Posts: 32

PostPosted: Thu Feb 02, 2006 1:07 pm
Reply with quote

HI,

The last file on which the operation(OPEN, CLOSE, READ, WRITR etc.) have been performed.


I think you have given the paper for Satyam computers in delhi, ya?

regards
Vikas
Back to top
View user's profile Send private message
Aji

New User


Joined: 03 Feb 2006
Posts: 53
Location: Mumbai

PostPosted: Fri Feb 03, 2006 4:09 pm
Reply with quote

hi

The last file on which any file based operation is done.

Regards

Aji Cherian
Back to top
View user's profile Send private message
fixdoubts

New User


Joined: 21 Oct 2005
Posts: 54

PostPosted: Fri Feb 03, 2006 5:02 pm
Reply with quote

Hi,

If you use the same file status for more than one file
the variable will be over written with the latest file related operation
of any of those files.


Regards,
Back to top
View user's profile Send private message
fixdoubts

New User


Joined: 21 Oct 2005
Posts: 54

PostPosted: Fri Feb 03, 2006 5:05 pm
Reply with quote

I meant the status will be over written with the status of the
latest operation done on the one of the files for which you are using the
same status variable.
Back to top
View user's profile Send private message
nuthan

Active User


Joined: 26 Sep 2005
Posts: 146
Location: Bangalore

PostPosted: Fri Feb 03, 2006 5:43 pm
Reply with quote

Hi,
It will be the latest operation file status. Every time it will be overwritten by the latest opration file status. so it belongs to the file on which the latest file opration has been performed.
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 Compare 2 files(F1 & F2) and writ... JCL & VSAM 4
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
Search our Forums:

Back to Top