home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-18 | 1.5 KB | 81 lines |
- ; COBOL parser settings for complete Micro Focus COBOL.
- ; Micro Focus supports several other COBOL extensions,
- ; which are also included in this file.
-
- ; a list of possible exceptions for statements
- [Exceptions]
- Ex1=ON OVERFLOW,OVERFLOW
- Ex2=ON EXCEPTION,EXCEPTION
- Ex3=ON ESCAPE,ESCAPE
- Ex4=NO DATA
- Ex5=ON SIZE ERROR,SIZE ERROR
- Ex6=AT END,END
- Ex7=INVALID KEY,INVALID
- Ex8=AT END-OF-PAGE,END-OF-PAGE
- Ex9=AT EOP,EOP
- Ex10=WITH DATA,DATA
-
- ; a list of statements that should be recognized
- [Statements]
- CallException=1,2
- SearchException=6
-
- Stmt1=$DISPLAY
- Stmt2=$IF
- Stmt3=ACCEPT,2,3,*
- Stmt4=ADD,5,*
- Stmt5=ALTER
- Stmt6=CANCEL
- Stmt7=CHAIN
- Stmt8=CLOSE
- Stmt9=COMMIT
- Stmt10=COMPUTE,5,*
- Stmt11=CONTINUE
- Stmt12=DELETE,7,*
- Stmt13=DISABLE
- Stmt14=DISPLAY,2,*
- Stmt15=DIVIDE,5,*
- Stmt16=ENABLE
- Stmt17=EXAMINE
- Stmt18=EXHIBIT
- Stmt19=GENERATE
- Stmt20=GO
- Stmt21=INITIALIZE
- Stmt22=INITIATE
- Stmt23=INSPECT
- Stmt24=MERGE
- Stmt25=MOVE
- Stmt26=MULTIPLY,5,*
- Stmt27=OPEN
- Stmt28=PURGE
- Stmt29=READ,6,7,*
- Stmt30=READY
- Stmt31=RECEIVE,4,10,*
- Stmt32=RELEASE
- Stmt33=RESET
- Stmt34=RETURN,6,*
- Stmt35=REWRITE,7,*
- Stmt36=ROLLBACK
- Stmt37=SEND
- Stmt38=SERVICE
- Stmt39=SET
- Stmt40=SORT
- Stmt41=START,7,*
- Stmt42=STOP
- Stmt43=STRING,1,*
- Stmt44=SUBTRACT,5,*
- Stmt45=SUPPRESS
- Stmt46=TERMINATE
- Stmt47=TRANSFORM
- Stmt48=UNLOCK
- Stmt49=UNSTRING,1,*
- Stmt50=USE
- Stmt51=WRITE,7,8,9,*
-
- ; these keywords should not be recognized as statements
- [NoKeywords]
- ;NK1=
-
- [ParseOptions]
- AllowSentenceInAArea=1
-