HP COBOL II/XL Quick Reference Guide (31500-90015)
A-: 1
Appendix A HP COBOL II/XL Compiler Commands
Command Files
These are the MPX XL command files you can use to compile, link, and
execute HP COBOL II/XL programs. The syntax follows.
Table A-1. Command Files
--------------------------------------------------------------------------------------------
| | |
| Command | Description |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB85XL | Invokes the COBOL compiler using the 1985 ANSI standard entry point and |
| | creates an object file. |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB85XLK | Invokes the COBOL compiler using the 1985 ANSI standard entry point, |
| | links the object file, and creates a program file. |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB85XLG | Invokes the COBOL compiler using the 1985 ANSI standard entry point, and |
| | creates and runs a program file in $NEWPASS. |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB74XL | Invokes the COBOL compiler using the 1974 ANSI standard entry point and |
| | creates an object file. |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB74XLK | Invokes the COBOL compiler using the 1974 ANSI standard entry point, |
| | links the object file, and creates a program file. |
| | |
--------------------------------------------------------------------------------------------
| | |
| COB74XLG | Invokes the COBOL compiler using the 1974 ANSI standard entry point, and |
| | creates and runs a program file in $NEWPASS. |
| | |
--------------------------------------------------------------------------------------------
Syntax
COB85XL [
textfile
][,[
objectfile
][,[
listfile
][,[
masterfile
] [,
newfile
]]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]
COB85XLK [
textfile
][,[
progfile
][,[
listfile
][,[
masterfile
] [,
newfile
]]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]
COB85XLG [
textfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]
COB74XL [
textfile
][,[
objectfile
][,[
listfile
][,[
masterfile
] [,
newfile
]]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]
COB74XLK [
textfile
][,[
progfile
][,[
listfile
][,[
masterfile
] [,
newfile
]]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]
COB74XLG [
textfile
][,[
listfile
][,[
masterfile
][,
newfile
]]]
[;INFO="
info
"][;WKSP=
workspacename
] [;XDB=
xdbfile
]