From: E-mailID: on
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
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
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
> 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
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