Page 1 of 1

cobol

PostPosted: Sat Oct 02, 2010 1:51 am
by kandellisuresh
what is use of entry,start statements in cobol, explain with example

Re: cobol

PostPosted: Sat Oct 02, 2010 3:23 am
by Robert Sample
ENTRY allows you to specify multiple places the program can start. This violates good programming practice but is allowed. Unless you are supporting programs using ENTRY already, you are better off not learning about it.