Re: dubbuging that script
- From: "William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 21:18:50 GMT
Actually a semi-colon followed by a space IS allowed in every Standard of COBOL
(at least since the 74 Standard) wherever a comma followed by a space may be
used, which is also where a space by itself may be used, e.g. the following is
valid 85-Standard code (but NOT something that I would recommend!)
05; This-field, Pic, ; 9.
--
Bill Klein
wmklein <at> ix.netcom.com
"Richard" <riplin@xxxxxxxxxxxx> wrote in message
news:1141066377.242862.325740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
203 errors or warnings
You could start by removing the semicolons (;) that are not part of the
language and getting the COMP-3 spelt correctly with a hyphen. You
should be able to get it to point where it is telling you the real
erors, such as 'D-Fact' is undefined.
Also check the format of the ACCEPT / DISPLAY in your _Cobol_ manual,
you may be reading a Basi book by mistake.
.
- Follow-Ups:
- Re: dubbuging that script
- From: Howard Brazee
- Re: dubbuging that script
- References:
- dubbuging that script
- From: gianluigi beuzard
- Re: dubbuging that script
- From: Richard
- dubbuging that script
- Prev by Date: Re: Disassembler
- Next by Date: Re: dubbuging that script
- Previous by thread: Re: dubbuging that script
- Next by thread: Re: dubbuging that script
- Index(es):
Relevant Pages
|