?> Welche Funktion hat der `fmtLibName`-Parameter?... - Aide
QUESTION / RÉPONSE

Welche Funktion hat der `fmtLibName`-Parameter?

0 consultations

Réponse

Der `fmtLibName`-Parameter gibt den Namen der Formatbibliothek an. Beachten Sie, dass der Name der Formatbibliothek 63 Zeichen nicht überschreiten darf.
Action technique liée

Voir la documentation de addFmtLib

Voir l'Action
Thématiques

Voir aussi

addFmtLib
sessionProp

L'action `addFmtLib` est une action de la catégorie 'Session Properties' dans SAS Viya. Elle permet d'ajouter une bibliothèque de formats définie par l'utilisateur à la session CAS active. Cette bibliothèque peut être vide et créée à la volée, ou provenir d'une table de contrôle de formats (créée par PROC FORMAT) préalablement chargée dans CAS. Une fois ajoutée, les formats de cette bibliothèque peuvent être utilisés pour formater les valeurs des variables dans les tables CAS lors des analyses et des affichages de résultats.

addFormat
sessionProp

Fügt ein benutzerdefiniertes Format zu einer Formatbibliothek in einer CAS-Sitzung hinzu. Diese Aktion ist entscheidend für die Datenvisualisierung und -berichterstattung, da sie es ermöglicht, Rohdatenwerte (wie numerische Codes) in aussagekräftige, lesbare Bezeichnungen (wie 'Männlich', 'Weiblich') umzuwandeln, ohne die zugrunde liegenden Daten zu verändern. Formate können für numerische oder Zeichenvariablen definiert werden und unterstützen auch länderspezifische Darstellungen.

addFormat
sessionProp

The `addFormat` action is a powerful tool within the `sessionProp` action set. It allows for the dynamic creation and addition of a new user-defined format to a specified format library within the current CAS session. This is particularly useful for creating custom data representations on-the-fly without needing to pre-define them in a SAS catalog. You can define simple value mappings or complex ranges, and even create picture formats for detailed numeric formatting. The created formats are immediately available for use in the session where they were defined.