From: E-mailID: on 12 Dec 2006 01:31 hi i need to use direct abort codes in cobol for aborting my job.. i.e if i have soem fields with non-numeric values then i need to set an abort code and stop the pgm there itself and return the abort codes.. this should not be done with SOC7 or return codes.. i heard that there are direct abort codes in cobol through which one can implement this.. if anyone knows about this pls help me..
From: on 12 Dec 2006 05:01 In article <1165905109.388489.104690(a)n67g2000cwd.googlegroups.com>, E-mailID: <ajai.47(a)gmail.com> wrote: >hi > >i need to use direct abort codes in cobol for aborting my job.. Please do your own homework. DD
From: on 12 Dec 2006 05:03 In article <1165905127.212909.106290(a)n67g2000cwd.googlegroups.com>, E-mailID: <ajai.47(a)gmail.com> wrote: >hi > >i need to use direct abort codes in cobol for aborting my job. Please do your own homework. DD
From: Michael Mattias on 12 Dec 2006 08:25 > i need to use direct abort codes in cobol for aborting my job.. > i.e if i have soem fields with non-numeric values then i need to set an > abort code and stop the pgm there itself and return the abort codes.. > this should not be done with SOC7 or return codes.. Um, if you don't use the return code, how do you plan on 'returning' anything?
From: on 12 Dec 2006 09:10
In article <V4yfh.11258$wc5.454(a)newssvr25.news.prodigy.net>, Michael Mattias <mmattias(a)talsystems.com> wrote: >> i need to use direct abort codes in cobol for aborting my job.. >> i.e if i have soem fields with non-numeric values then i need to set an >> abort code and stop the pgm there itself and return the abort codes.. >> this should not be done with SOC7 or return codes.. > >Um, if you don't use the return code, how do you plan on 'returning' >anything? Maybe the same way everyone else does after the Holiday Season... stand on a long line and don't forget your receipt. DD |