*The goal of this lab is to apply SAS-supplied formats, create user-defined formats and create new variables through the use of formats; /*1. Use PROC FORMAT to create a format for a numeric variable.
SAS format that right justifiles sas character variable values %let pgm=utl-sas-format-that-right-justifies-sas-character-variable-values; ...
Write the current time as a string SYSTIME automatic macro variable SYSTIME &SYSTIME Time at moment of execution in HH:MM Return the current time of day as a SAS time value Time functions TIME( ) ( ) ...
This example uses a VALUE statement to create a character format that prints a value of a character variable as a different character string.