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

Conference clt::cobol

Title:VAX/DEC COBOL
Notice:Kit,doc,performance talk info-->DIR/KEY=KIT or DOC or PERF_TALK
Moderator:PACKED::BRAFFITT
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3250
Total number of notes:13077

3236.0. "5.4/VAX 7.1/LSE : INSFAIL (%DCL-W-NOPAREN) " by EVTAI1::ROCHE () Tue Apr 29 1997 14:28


	If I install COBOL V5.4 on VMS VAX V7.1 and choose LSE update :
	the install fails  with %DCL-W-NOPAREN on the command LSEDIT

	the debug option gives


$       if cobol$version_record .lts. "3.0" then goto no_lsev3
$       !+
$       ! Here we know that we have LSE V3 or greater
$       ! installed so perform the update
$       !-
$       LSEDIT/NODISPLAY/NOSYSTEM_ENVIRONMENT/ENVIRONMENT=( COBOL )-
%DCL-W-NOPAREN, value improperly delimited - supply parenthesis
 \COBOL\
/NOSECTION/COMMAND=(VMI$KWD:LSEUPDATE_ENV.TPU)
%DCL-W-NOPAREN, value improperly delimited - supply parenthesis

...


LSEDIT is 
                image file identification: "LSEDIT V4.3-04"

	If I install without LSE UPDATE there is no problem

	Thanks
	Flavie
T.RTitleUserPersonal
Name
DateLines
3236.1LSE update portion of installation procedure to be removedPACKED::BRAFFITTTue Apr 29 1997 15:559
>	If I install COBOL V5.4 on VMS VAX V7.1 and choose LSE update :
>	the install fails  with %DCL-W-NOPAREN on the command LSEDIT

    Yes.  The LSE update option of the VAX COBOL installation procedure
    (V5.4 and earlier) is no longer supported.  To update the COBOL LSE
    templates, you need to re-install DECset.
    
    The LSE update portion of the VAX COBOL installation procedure will be
    removed in the next update of the VAX COBOL installation procedure.