# Which one is not an exit comand ? (Exit, cencle, stop, back)

Give answer

Showing Answers 1 - 14 of 14 Answers

Amey

  • Oct 27th, 2005
 

STOP.
Effect :The statement STOP is only to be used in executable programs

EXIT.

Effect :If the EXIT statement is executed outside of a loop, it will immediately terminate the current processing block.

BACK.
Effect : This statement positions the list cursor on the first position of the first line in a logical unit.

So "Cancle" is not an exit command

  Was this answer useful?  Yes

out of exit,cancel stop and back , back i not the exit command . when we do back it goes to the previuos screen . with exit and cancel it terminates the current programm.

  Was this answer useful?  Yes

ajay

  • Nov 10th, 2005
 

Why dump occurs when we set a break-point between select...endselect?

  Was this answer useful?  Yes

yen

  • Nov 16th, 2005
 

exit and cancel are exit function codes/commands; back is not

  Was this answer useful?  Yes

Bala

  • Nov 17th, 2005
 

Back is not Exit Cmd

  Was this answer useful?  Yes

sounak

  • Jan 14th, 2006
 

there is no cancel command

  Was this answer useful?  Yes

swetha

  • Jul 18th, 2006
 

i want correct answer.

  Was this answer useful?  Yes

sivanagalakshmi

  • Oct 3rd, 2006
 

cancel

  Was this answer useful?  Yes

ravi

  • Nov 15th, 2006
 

back never exits in the program. if we use reverse command , then cursor just moves below to the first line. so, back is not a exit command

  Was this answer useful?  Yes

tvnag

  • Jul 6th, 2007
 

The function code with type E

As a rule, the user allow the leave the screen with the function type E,
Usually EXIT, BACK and CANCEL have the function code of type E.

  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