?> What are the options for the 'fmtSearch' parameter... - Aide
QUESTION / RÉPONSE

What are the options for the 'fmtSearch' parameter?

1 consultations

Réponse

The 'fmtSearch' parameter specifies how the new format library is added to the session's format search order. The options are: 'APPEND' (adds it to the end of the search list, default), 'INSERT' (adds it to the beginning of the search list), 'REPLACE' (replaces the entire search list with this library), and 'NONE' (adds the library without modifying the search list).
Action technique liée

Voir la documentation de addFmtLib

Voir l'Action

Voir aussi

accessPersonalCaslibs
accessControl

Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS). This action is typically used by administrators to perform tasks on behalf of users in their personal caslibs.

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.

addFormat
sessionProp

Ajoute un format à une bibliothèque de formats. Les formats permettent de contrôler la manière dont les valeurs des variables sont affichées. Cette action est fondamentale pour personnaliser les sorties de données, améliorer la lisibilité des rapports et préparer les données pour l'analyse.