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

IS FILE STATUS CLAUSE MANDATORY


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

New User


Joined: 11 Aug 2005
Posts: 45
Location: India

PostPosted: Tue Aug 16, 2005 6:02 pm
Reply with quote

HI FRIENDS

IS FILE STATUS CLAUSE MANDATORY IN THE FILE-CONTROL PARAGRAPH OF INPUT-OUTPUT SECTION.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Aug 16, 2005 6:13 pm
Reply with quote

No...It is not mandatory.

Regards,

Priyesh.
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Wed Aug 17, 2005 12:03 pm
Reply with quote

No file status code is not mandatory .Just 2 check the ststus of the file we r opening we are using that status Variable
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Thu Aug 18, 2005 6:40 am
Reply with quote

If you don't use file status for non-VSAM files the pgm will abend on an I/O error.

If you don't use file status for VSAM files the pgm will NOT abend on an I/O error, but may abend when it tries to use the data that never arrived.

If that happens consider yourself lucky. The last thing you want to happen is have the job terminate successfully, but without the correct data.
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 and retrive records f... DFSORT/ICETOOL 3
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