?> Y a-t-il des restrictions sur le nom d'une bibliot... - Aide
QUESTION / RÉPONSE

Y a-t-il des restrictions sur le nom d'une bibliothèque de formats ?

1 consultations

Réponse

Oui, le nom de la bibliothèque de formats, spécifié via le paramètre `fmtLibName`, ne doit pas dépasser 63 caractères.
Action technique liée

Voir la documentation de addFmtLib

Voir l'Action
Thématiques

Voir aussi

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.

addFmtLib
sessionProp

La acción `addFmtLib` se utiliza para añadir una biblioteca de formatos a la sesión actual de CAS. Esto permite que los formatos definidos por el usuario estén disponibles para ser utilizados en análisis y visualizaciones de datos dentro de esa sesión. Las bibliotecas de formatos pueden ser creadas desde cero, cargadas desde tablas de control en una caslib, o importadas desde un archivo SASHDAT en el servidor.

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.