[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

1071.0. "Test Element (TE) problem." by COMICS::TALBOT (Trevor Talbot) Fri Jul 17 1992 12:00

    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.RTitleUserPersonal
Name
DateLines
1071.1It's a straight one.CESARE::EIJSAll in 1 PieceFri Jul 17 1992 14:1828
    
    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