|
|
Archives of the TeradataForum
Message Posted: Thu, 22 Aug 2002 @ 13:40:11 GMT
Subj: | | Re: COBOL-INMOD (Mainframe) |
|
From: | | Geoffrey Rommel |
| I'm writing a COBOL INMOD for a TPUMP script.... The INMOD is failing when it gets a RETURN-CODE 1 from TPUMP. | |
How do you know that TPump is passing a return-code of 1?
| IF WS09-RETURN-CODE EQUAL 0 | |
The code from TPump must be defined in the Linkage Section. Is WS09-RETURN-CODE defined in the Linkage Section? If so, starting its
name with 'WS' could be misleading.
--wgr
| |