Returns a value using a specified format.
Category: | Special |
Returned data type: | NVARCHAR VARBINARY BINARY |
identifies the variable or constant whose value you want to reformat.
Data type | a data type that is supported by the format argument |
contains the SAS or FedSQL format that you want applied to the variable or constant that is specified in the source.
left aligns the value
centers the value
right aligns the value
Restriction | the format must be the same type as the value of source |