The HTTP Procedure |
PROC HTTP options; |
Task | Option | |
---|---|---|
Specify the HTTP content-type to be set in the request headers. |
CT |
|
Specify a fileref to a text file that contains one line per request header in the format key:value. (In the z/OS operating environment, headerin files must be created with a variable record length.) |
HEADERIN |
|
Specify a fileref to a text file to which the response headers are in the format key:value. |
HEADEROUT |
|
Specify a fileref to input data. |
IN |
|
Specify the HTTP method. |
METHOD |
|
Specify a fileref where output is written. |
OUT |
|
Specify an HTTP proxy sever host name. |
PROXYHOST |
|
Specify an HTTP proxy server password. The password is required only if your proxy server requires credentials. Encodings that are produced by PROC PWENCODE are supported. |
PROXYPASSWORD |
|
Specify an HTTP proxy server port. |
PROXYPORT |
|
Specify an HTTP proxy server user name. The user name is required only if your proxy server requires credentials. |
PROXYUSERNAME |
|
Specify the endpoint for the HTTP request. |
URL |
|
Specify the Web authentication domain. If specified, a user name and password is retrieved from metadata for the specified authentication domain. |
WEBAUTHDOMAIN |
|
Specify a password for basic authentication. Encodings that are produced by PROC PWENCODE are supported. |
WEBPASSWORD |
|
Specify a user name for basic authentication. |
WEBUSERNAME |
Options |
specifies the HTTP content-type to be set in the request headers.
Specify a fileref to a text file that contains one line per request header in the format key:value. (In the z/OS operating environment, headerin files must be created with a variable record length.)
specifies a fileref to a text file to which the response headers are in the format key:value.
specifies a fileref to input data.
specifies the HTTP method.
specifies a fileref where output is written.
specifies an HTTP proxy server host name.
specifies an HTTP proxy server password. The password is required only if your proxy server requires credentials. Encodings that are produced by PROC PWENCODE are supported.
specifies an HTTP proxy server port.
specifies an HTTP proxy server user name. The user name is required only if your proxy server requires credentials.
specifies the endpoint for the HTTP request.
Specify the Web authentication domain. If specified, a user name and password is retrieved from metadata for the specified authentication domain.
Specify a password for basic authentication. Encodings that are produced by PROC PWENCODE are supported.
specifies a user name for basic authentication.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.