| Title: | *OLD* ALL-IN-1 (tm) Support Conference |
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
| Moderator: | IOSG::PYE |
| Created: | Thu Jan 30 1992 |
| Last Modified: | Tue Jan 23 1996 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 4343 |
| Total number of notes: | 18308 |
Hi,
On an ALL-IN-1 v3.0 system, from CM choose ABE and select a
boilerplate element. Copy it to development and then use the TE Test
Element option. The error
%SCN-F-INPSTMOPN, error opening [ALLIN1.MGR]CM$PARSE_INPUT.;
plus a few other lines... this seems to happen only with BLP's
any ideas or is it a straight bug?
-Trev
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1071.1 | It's a straight one. | CESARE::EIJS | All in 1 Piece | Fri Jul 17 1992 13:18 | 28 |
Hi Trevor,
It's a straight bug.
CM_TEST_BLP.SCP is missing continuation marks.
.
GET #CM_FORM_DISPOSE = 2
.IF $CM_EXAMINE_SYMBOLS EQ 2 THEN -
MAKE_FILE_NAME #CM_SCN_INPUT,,"OAUSER:.TXT" \-
----------------------------------------------^^
COPY #CM_SRC_OUTPUT #CM_SCN_INPUT \-
------------------------------------^^
GET OA$DCL = "DEFINE/NOLOG cm$parse_INPUT " #CM_SCN_INPUT\-
.
A way to workaround is to set the 'Test symbol handling' in (CM SCE SWC)
field to 2 (meaning check for known symbols before and after testing
the element).
We'll report it.
Thanks,
Simon
| |||||