BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
amar1
Calcite | Level 5

uestions 137. The following SAS program is submitted:
data one;
date = `04juI2005'd;
format date weekdate.; run;
proc print data = one; run;
What output is generated?
A. 1 Monday, July 4, 2005
B. 1 July4, 2005
C. 1 04Jul2005
D. 1 Monday, 07/04/2005
Answer: A

1 ACCEPTED SOLUTION

Accepted Solutions
amar1
Calcite | Level 5
can you explain a bit. thnx

View solution in original post

2 REPLIES 2
amar1
Calcite | Level 5
can you explain a bit. thnx
ballardw
Super User

Topics to look up in the documentation:

Date literal value

Format

Specific format Weekdate.

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2682 views
  • 0 likes
  • 2 in conversation