?> Est-il possible de masquer ou de chiffrer les déf... - Aide
QUESTION / RÉPONSE

Est-il possible de masquer ou de chiffrer les définitions de prototypes dans la table de sortie ?

2 consultations

Réponse

Oui, en définissant le paramètre `encode` (ou ses alias `encrypt`, `hide`) sur `TRUE`. Cela encode les définitions dans la table de fonctions enregistrée.
Action technique liée

Voir la documentation de addPrototypes

Voir l'Action
Thématiques

Voir aussi

addRoutines
fcmpact

The addRoutines action adds FCMP (Function Compiler) routines and stores them in a CAS table. This allows for the creation and management of user-defined functions and subroutines that can be used in various SAS Viya procedures and DATA steps running in CAS. It is a key component for extending SAS functionality with custom logic.

addPrototypes
fcmpact

Fügt die PROTO-Definitionen hinzu und speichert sie in einer Tabelle. Diese Aktion ist entscheidend für die Integration von externem Code (wie C oder C++) in die CAS-Umgebung, indem sie die Schnittstellen (Prototypen) dieser externen Routinen deklariert, sodass sie von CASL oder anderen Aktionen aufgerufen werden können.

addPrototypes
fcmpact

Añade las definiciones PROTO y las almacena en una tabla.