Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
COMPILE-PROCEDURE Compile procedure
The COMPILE-PROCEDURE command converts an S procedure into a compiled procedure, i.e. into an intermediate format that can be used in environments in which the SDF-P subsystem is not available.
The full functional scope of SDF-P can be used in compiled procedures. This also holds true if these procedures are started in an environment containing only SDF-P-BASYS.
COMPILE-PROCEDURE |
FROM-FILE = <filename 1..54 without-gen> / *LIBRARY-ELEMENT(...) |
| *LIBRARY-ELEMENT(...) |
|
|
| LIBRARY = <filename 1..54 without-gen> |
|
|
| ,ELEMENT = <composed-name 1..64>(...) |
|
|
|
| <composed-name 1..64>(...) |
|
|
|
|
|
| VERSION = *HIGHEST-EXISTING / *UPPER-LIMIT / <composed-name 1..24> |
|
|
| ,TYPE = J / <alphanum-name 1..8> | ,TO-FILE = <filename1..54without-gen> / *LIBRARY-ELEMENT(...) / *DUMMY |
| *LIBRARY-ELEMENT(...) |
|
|
| LIBRARY = *SAME / <filename 1..54 without-gen> |
|
|
| ,ELEMENT = *SAME(...) / <composed-name 1..64>(...) |
|
|
|
| *SAME(...) |
|
|
|
|
|
| VERSION = *SAME / *UPPER-LIMIT / *INCREMENT / *HIGHEST-EXISTING / |
|
|
|
|
|
|
| <composed-name 1..24> |
|
|
|
| <composed-name 1..64>(...) |
|
|
|
|
|
| VERSION = *SAME / *UPPER-LIMIT / *INCREMENT / *HIGHEST-EXISTING / |
|
|
|
|
|
|
| <composed-name 1..24> |
|
|
| ,TYPE = SYSJ / <alphanum-name 1..8> |
|
Return codes
(SC2) | SC1 | Maincode | Meaning/Guaranteed messages |
| 0 | CMD0001 | No error |
| 1 | CMD0202 | Syntax error |
| 1 | SDP0118 | Command in false context |
| 1 | SDP0138 | Error during procedure preanalysis Guaranteed message: SDP0138 |
| 1 | SDP0223 | Incorrect environment |
| 3 | CMD2203 | Incorrect syntax file |
| 32 | CMD0221 | System error (internal error) |
| 64 | SDP0091 | Semantic error |
| 130 | SDP0099 | No further address space available |