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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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