home *** CD-ROM | disk | FTP | other *** search
- /*
- Return codes
- */
- #define ok 1
- #define allocation_error 2
- #define parameter_error 3
- #define backed_out 4
- #define deallocate_normal 5
- #define deallocate_abend_prog 6
- #define deallocate_abend_svc 7
- #define deallocate_abend_timer 8
- #define prog_error_no_trunc 9
- #define prog_error_trunc 10
- #define prog_error_purging 11
- #define resource_failure_no_retry 12
- #define resource_failure_retry 13
- #define unsuccessful 14
- #define posting_not_activ 15
- #define svc_error_no_trunc 16
- #define svc_error_purging 17
- #define svc_error_trunc 18
- #define allocation_failure_no_retry 19
- #define allocation_failure_retry 20
- #define sync_level_not_supported_by_lu 21
- #define invalid_lu_name 22
- #define invalid_mode_name 23
- #define ok_data 24
- #define ok_not_data 25
- #define session_not_immediately_avaliable 26
-
-