Ok folks....I think I'm closer. Etom had the right idea. I shortened the Value clause and it got past the syntax error. Now I get something else. Here are the changes.
1. PD
000100******************************************************************
000200 050-EDIT-PARAMETERS SECTION 10.
000300******************************************************************
000400 050-START.
000500
000600 050-END.
000700
000800******************************************************************
000900 100-PROGRAM-CONTROL SECTION 10.
001000******************************************************************
001100 100-START.
001200
001300 MOVE 050 TO CRT-MSG-NBR.
001400 PERFORM 780-DISPLAY-MSG.
001500
001600 PERFORM 1000-DO-REPORT.
001700
001800 100-END.
001900
002000******************************************************************
002100 1000-DO-REPORT SECTION 50.
002200******************************************************************
002300 1000-START.
002400
002500 CALL "SYSTEM" USING WS-COMMAND.
PERFORM 700-PRINT-RPT-GRP.
003500 GO TO 1000-END.
003600
006200******************************************************************
006300 1000-END.
006400******************************************************************
006500
2. WS
000100******************************************************************
000200* GLINTWS *
000300******************************************************************
000400 01 GLINTWS.
01 WS-COMMAND-LINE.
000500 02 WS-COMMAND PIC X(25) VALUE "/test/gl.sh ".
3. Error
Compiled on gfsapp12
scrgen -s TEST GL GLINT
Building /s0b0/test/apps/test/sdlib/GLINTSD
rptgen -t TEST GL GLINT
Processing /s0b0/test/apps/test/glsrc/GLINT.rpt
creating - /s0b0/test/apps/test/glsrc/GLINT.rd
Building COBOL Shell
Processing PgmInfo Request ...
bismark TEST GL GLINT
Syntax Check /s0b0/test/apps/test/glsrc/GLINTWS
Syntax Check /s0b0/test/apps/test/glsrc/GLINTPD
Building Int From GLINTPD, GLINTWS, GLINTSD, GLINT.rd, wslibs & workfiles
Build Of Int Complete For GLINT
Editing PGM: GLINT
Building /s0b0/test/apps/test/glsrc/GLINT.cbl
Building /s0b0/test/apps/test/glsrc/GLINT.etb
Shell has been built.
Compiling /s0b0/test/apps/test/glsrc/GLINT.cbl with cob -vW e -C warning=1 -C noalter -C vsc2 /s0b0/test/apps/test/glsrc/GLINT.cbl -u
cob32 -C nolist -vW e -C warning=1 -C noalter -C vsc2 /s0b0/test/apps/test/glsrc/GLINT.cbl -u
* Micro Focus Server Express V2.0 revision 011 Compiler
* Copyright (C) 1984-2001 Micro Focus International Ltd. URN RXCAI/AA0/00000Q
* Accepted - verbose
* Accepted - nolist
* Accepted - warning(1)
* Accepted - noalter
* Accepted - vsc2
* Compiling /s0b0/test/apps/test/glsrc/GLINT.cbl
664 01 WS-COMMAND-LINE.
* 217-S** **
** Preceding item at this level has zero length
* Total Messages: 1
* Unrecoverable : 0 Severe : 1
* Errors : 0 Warnings: 0
* Informational : 0 Flags : 0
* Data: 55701 Code: 0
cob32: error(s) in compilation: /s0b0/test/apps/test/glsrc/GLINT.cbl
cob: Error Encountered In Execution
Errors encountered-c
Again, I really appreciate the handholding for this n00b
![[2thumbsup] [2thumbsup] [2thumbsup]](/data/assets/smilies/2thumbsup.gif)