RE: What is the difference between STOP & STOP RUN ?
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.
RE: What is the difference between STOP & STOP RUN ?
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.
RE: What is the difference between STOP & STOP RUN ?
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....
RE: What is the difference between STOP & STOP RUN ?
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.