Skip to content

Commit 6a13757

Browse files
Added title to PROC PRINT.
1 parent d49dbac commit 6a13757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

By Syntax/FORMAT Procedure/Using Nested Formats.sas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ proc format; /*2*/
3434
;
3535
run;
3636

37+
title "Display Dates using a Nested Custom Format";
3738
proc print data=payroll;/*4*/
3839
format Birthdate Hiredate benefit.;
3940
run;

0 commit comments

Comments
 (0)