We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49dbac commit 6a13757Copy full SHA for 6a13757
By Syntax/FORMAT Procedure/Using Nested Formats.sas
@@ -34,6 +34,7 @@ proc format; /*2*/
34
;
35
run;
36
37
+title "Display Dates using a Nested Custom Format";
38
proc print data=payroll;/*4*/
39
format Birthdate Hiredate benefit.;
40
0 commit comments