Page 1 of 1

Gives RC=00 how can we change RC=10

PostPosted: Wed Sep 12, 2007 6:51 pm
by kiran
if the program is successfully executed then it gives RC=00 how can we change RC=10 :?:

Re: Gives RC=00 how can we change RC=10

PostPosted: Wed Sep 12, 2007 7:39 pm
by MrSpock
If it's your program and it's written in COBOL, you MOVE 10 TO RETURN-CODE before ending the program.