Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7794831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:53:25+00:00 2026-06-01T22:53:25+00:00

another question about formats and informats: formats are using for output (for show me

  • 0

another question about formats and informats:

formats are using for output (for show me and other user data in tables), so, i don’t care about it, if i want read data from tables in programming way, yes?

but what is informat?

i have data step with code like this:

 data Out; 
       attrib __fromDate __ToDate informat=ddmmyy16. format=worddatx32.
              __name __country length = $10
       ;

 set InputTab;

 /*see Dates*/
 retain __fromDate .;
 retain __ToDate .; 

/*see Strings*/
 retain __name "";
 retain __country "";

 __fromDate=coalesce(__fromDate,fromDate);
 __ToDate=coalesce(__fromDate,fromDate);
 __name=coalescec(__name,name);
 __country=coalescec(__country,country);

run;     

Does this code work and what type have all these vars on each statement?

Am i right, that informat and type of var are similar?

And also, are dates (__ToDate, __FromDate ) have a numeric type? (their missing value is dot ., not quotes "")?

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:53:27+00:00Added an answer on June 1, 2026 at 10:53 pm

    In SAS, variables have two possible types: character or numeric.

    Informat is similar but a little different. It controls how SAS read data from external data sources. There are three variants, numeric, character and date/time. Citing the code you provide here, informat=ddmmyy16. tells SAS to read input data in a date/time format. 16 is the width. There are many informat, conditioning on like length, decimals etc.

    And also, are dates (__ToDate, __FromDate ) have a numeric type? (their missing value is dot ., not quotes “”)?

    In SAS, missing value of character type is given double quote "". For numeric type, it is dot .. Date/time is regarded as a numeric type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As I don't want to hijack another thread here comes my question about mappings.
My question is similar to another one about putting data from a text_field into
I've recently made another question about connecting to MS-ACCESS database with .NET in C#
I made another question about two weeks ago with having trouble with the Circle
Another question asked about determining odd/evenness in C, and the idiomatic (x & 1)
Inspired by another question asking about the missing Zip function: Why is there no
Another question of mine about optimizing Objective C programs inspired the following: does anyone
i have another (probably unanswered) question about map views. I have a map view
I brought up a point about obfuscation in another question to which someone replied
Another poster asked about preferred syntax for infinite loops . A follow-up question: Why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.