What is the difference between STOP & STOP RUN ?

Showing Answers 1 - 5 of 5 Answers

Lakshmikanth

  • Jul 5th, 2006
 

STOP is used in the cobol programme as a last statement. The programme execution stops by idetifying the STOP statement, if u write any statements after the STOP statement it will not be executed.

  Was this answer useful?  Yes

varanasi

  • Jul 5th, 2006
 

STOP is used in the cobal programme as a last statement. The programme execution stops at by seeing the STOP statement, after the STOP statement it will not execute any statements.

  Was this answer useful?  Yes

Anu

  • Jul 14th, 2006
 

Stop statement provides a means to temporarily suspend execution of an object program...wheares STOP used with RUN causes the entire run unit to cease execution when it is encountered....

  Was this answer useful?  Yes

mahesh.m

  • Jul 15th, 2006
 

stop is of cobol program,stop run is exection of cobol program.

  Was this answer useful?  Yes

techieheart

  • Sep 11th, 2006
 

STOP is a cobol command that terminates execution of a program. RUN is just its parameter.So, to answer your question, no difference.Also, the STOP command si already obsolete and will be taken out of the new ANSI standard.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions