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

Why I can not use NEXT Sentence with AT END Clause


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

New User


Joined: 07 Mar 2005
Posts: 26

PostPosted: Sun Mar 20, 2005 12:51 am
Reply with quote

thank you friends for creating a new facility.

i haev received lot of wrong answer for my previous questions. so i make this topic only for moderators.
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Mon Mar 21, 2005 12:56 am
Reply with quote

NEXT Sentence unconditionally transfers the control to the next executable sentence.

AT END phrase is used to specify an operation to perform, after reaching the end of the array/file.

But if you are not specifying any AT END condition, the control will be transferred to Next sentence by default.

So there is no meaning of AT END NEXT SENTENCE.
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 To search DB2 table based on Conditio... DB2 1
No new posts NOT IN clause in COBOL pgm COBOL Programming 8
No new posts SUSBSCRIPT WITH SIGN IN PIC CLAUSE COBOL Programming 3
No new posts usage of CASE in WHERE clause DB2 10
No new posts Cobol redefines for Signed pictured c... COBOL Programming 4
Search our Forums:

Back to Top