What is the difference between exit(0),exit(1) when we are using this functions in AE

      Exit (1) causes immediate termination of a PeopleCode program. Use this parameter to rollback database changes.


      Exit (0) caused immediate termination of a Peoplecode Program but don’t make rollback in the database.