Using custom formats in Information Map Studio 4.2

3

The easiest option is to simply move your 9.2 format catalog to
Lev1/SASApp/SASEnvironment/SASFormats/formats.sas7bcat.

But you can also modify your SASv9.cfg configuration file to point to a different location:
-set fmtlib1 "E:\sharedformats"
-fmtsearch (fmtlib1.formats)

So e:\sharedformats is a shared location for the format catalog,
and formats (filename formats.sas7bcat) is the name of the format catalog itself.

Then from Information Map Studio, select the properties screen for the data element and move to 'Classification...', change the drop-down box on Format Type to 'user-defined' and you will then be presented with a list of like formats (character formats for qualitative data, numeric formats for quantitative data).

Reference: http://support.sas.com/documentation/cdl/en/bidaag/61231/HTML/default/a002994028.htm

Share

About Author

Angela Hall

Senior Technical Architect

Angela offers tips on using the SAS Business Intelligence solutions. She manages a team of SAS Fraud Framework implementers within the SAS Solutions On-Demand organization. Angela also has co-written two books, 'Building BI using SAS, Content Development Examples' & 'The 50 Keys to Learning SAS Stored Processes'.

3 Comments

  1. Hi Angella,

    Can we add other system options such as compress = yes in SASv9.cfg file so that the IMAP query execution takes less workspace ?

    Regards,
    Arvind

  2. Pingback: Prompting on Groups of Values in SAS Information Map Studio

Back to Top