Limiter le nombre de résultat d’une proc sql SAS
1 |
SELECT * FROM table LIMIT 10 |
1 2 3 |
PROC SQL OUTOBS=10; select * from sashelp.prdsale; quit; |
1 |
SELECT * FROM table LIMIT 10 |
1 2 3 |
PROC SQL OUTOBS=10; select * from sashelp.prdsale; quit; |
Bosser avec TLS, https et les certificats peut rapidement devenir un cauchemar. Heureusement, j’ai trouvé un solution pour vous faciliter...