HP COBOL II/XL Quick Reference Guide (31500-90015)
B- 1
Appendix B COBOL II/XL Compiler Commands
Any of the commands or UDCs that are summarized below can be used to
invoke the HP COBOL II/V compiler. The COBOLII commands invoke the ANSI
COBOL'74-compatible COBOLII compiler through the ANSI COBOL'74 entry
point. The COBOLIIX system-wide UDCs invoke the extended COBOLII
compiler through the ANSI COBOL'85 entry point. This provides access to
the ANSI COBOL'85 feature set.
Syntax of UDCs
COBOLIIX [
textfile
][,[
uslfile
[,[
listfile
][,[
masterfile
]
[,[
newfile
]]]]]][,
info
]
COBOLIIXPREP [
textfile
][,[
progfile
[,[
listfile
][,[
masterfile
]
[,[
newfile
]]]]]][,
info
]
COBOLIIXGO [
textfile
][,[
listfile
][,[
masterfile
] [,[
newfile
]]]][,
info
]
Syntax of Commands
COBOLII [
textfile
][,[
uslfile
[,[
listfile
][,[
masterfile
] [,[
newfile
]]]]]]
[;INFO=
info
][;WKSP=
workspacename
]
COBOLIIPREP [
textfile
][,[
progfile
[,[
listfile
][,[
masterfile
]
[,[
newfile
]]]]]][;INFO=
info
][;WKSP=
workspacename
]
COBOLIIGO [
textfile
][,[
listfile
][,[
masterfile
][,[
newfile
]]]]
[;INFO=
info
][WKSP=
workspacename
]