?> Comment organiser les prototypes dans un package F... - Aide
QUESTION / RÉPONSE

Comment organiser les prototypes dans un package FCMP spécifique ?

2 consultations

Réponse

Le paramètre `package` permet de spécifier le nom du package FCMP qui sera utilisé pour stocker les définitions PROTO.
Action technique liée

Voir la documentation de addPrototypes

Voir l'Action
Thématiques

Voir aussi

addPrototypes
fcmpact

The `addPrototypes` action from the `fcmpact` action set allows for the dynamic definition and registration of external function prototypes within a CAS session. These prototypes, defined using the PROTO statement, are then stored in a specified CAS table, making them available for use in other CASL programs or actions. This is particularly useful for integrating external C/C++ functions into the CAS environment without pre-compilation into a library.

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

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