2007 Feb 20 1:48 PM
Hi all
please answer this question.
how cud u reset the program context of ur programme?
1) issue a ROLLBACK WORK statement in ur programme
2)issue a termination msg(type a)
3)issue a commit work statement
4)end the dialog programme
which of the answers r correct..
Thanks and regards
popin
2007 Feb 20 1:53 PM
Hi,
The answer is <b>2)issue a termination msg(type a)</b>.
When you issue a Abort message then the Program will be reset it won't update any records as the LUW will be canselled
Regards
Sudheer
Hi all
please answer this question.
how cud u reset the program context of ur programme?
1) issue a ROLLBACK WORK statement in ur programme
2)issue a termination msg(type a)
3)issue a commit work statement
4)end the dialog programme
which of the answers r correct..
Thanks and regards
popin
2007 Feb 20 1:53 PM
Hi,
The answer is <b>2)issue a termination msg(type a)</b>.
When you issue a Abort message then the Program will be reset it won't update any records as the LUW will be canselled
Regards
Sudheer
2007 Feb 20 1:56 PM
Hi sudheer
what about rollback work.it will also resets the program context right?
Thanks n Regards
popin
2007 Feb 20 2:03 PM
If u r trying to update a Database table and before updation if u do a check adn this fails u have to ROLL BACK the work.
So that it wont do any operation.