sessionProp

combineFmtLibs

Description

Combines a list of format libraries into a single format library.

sessionProp.combineFmtLibs <result=results> <status=rc> / fmtLibOut="string", fmtLibsIn={"string-1" <, "string-2", ...>}, formatNames={"string-1" <, "string-2", ...>}, ignoreNameNotFound=TRUE | FALSE ;
Settings
ParameterDescription
fmtLibOutSpecifies the name for the combined format library. The format library name cannot exceed 63 characters in length. If a format library of the specified name already exists, it is overwritten.
fmtLibsInSpecifies the format libraries to combine.
formatNamesSpecifies the names of the formats that are to be placed in the combined format library. The names of intrinsic formats are ignored.
ignoreNameNotFoundWhen set to TRUE, it ignores formats not found in the select list. Default is FALSE.

Examples

FAQ

What is the purpose of the combineFmtLibs action?
What is the 'fmtLibOut' parameter used for?
How do you specify the input format libraries to be combined?
Is it possible to combine only specific formats from the source libraries?
What does the 'ignoreNameNotFound' parameter control?

Associated Scenarios

Use Case
Standard Consolidation of Regional Format Libraries

A retail bank operates in two major regions (East and West), each maintaining its own SAS format library for local branch codes. For headquarters reporting, the Data Science tea...

Use Case
Selective Merge for Campaign Targeting

The Marketing department is preparing a niche campaign. They have a massive 'EnterpriseMaster' format library containing thousands of codes (Product, HR, Finance, etc.) and a 'C...

Use Case
Automated Migration with Missing Formats

An automated migration script is set up to build a specific format library for a legacy system interface. The script requests a standard list of formats to be merged from the 'L...