Re: dubbuging that script
- From: "Richard" <riplin@xxxxxxxxxxxx>
- Date: 27 Feb 2006 11:58:06 -0800
77 CONS PIC 9(3)V99; COMP 3.
Actually when one works out what the compiler is doing it is not too
strange.
It is taking the '3' as being the next level number, therefore there is
a missing full stop on the previous declaration and you can't have a
level 3 after a 77.
It all goes downhill from there. Note that CONS is also used as a
paragaph name causing more confusion.
You should also study what 'EXIT' does and ask why you are using it.
You may also want to consider what happens after it has executed the
line PERFORM F-PROG.
.
- References:
- dubbuging that script
- From: gianluigi beuzard
- dubbuging that script
- Prev by Date: Re: Disassembler
- Next by Date: Re: Disassembler
- Previous by thread: Re: dubbuging that script
- Next by thread: Re: dubbuging that script
- Index(es):
Relevant Pages
|