?> Quel paramètre est obligatoire pour fournir le co... - Aide
QUESTION / RÉPONSE

Quel paramètre est obligatoire pour fournir le code des prototypes ?

2 consultations

Réponse

Le paramètre `routineCode` (alias: `code`) est obligatoire. Il attend une liste de chaînes de caractères contenant le code des définitions PROTO à ajouter.
Action technique liée

Voir la documentation de addPrototypes

Voir l'Action
Thématiques

Voir aussi

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.

addRoutines
fcmpact

Fügt die FCMP-Routinen hinzu und speichert sie in einer Tabelle.

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.