Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Coding the callable services z/OS MVS Programming: Authorized Assembler Services Reference SET-WTO SA23-1375-00 |
|||||
A callable service is a programming interface that uses the CALL
macro to access system services. To code a callable service, code
the CALL macro followed by the name of the callable service, and a
parameter list; for example:
The syntax diagram for the sample callable service SCORE:
Considerations for coding callable services are:
|
Copyright IBM Corporation 1990, 2014
|