El dato es una variable única 'x' definida directamente en el paso Data.
1 Bloque de código
DATA STEP
Explicación : Escritura en el log de los valores formateados. Los segmentos ' @code_sas_json/...' son artefactos que probablemente reemplazan posiciones de columna (ej: @code_sas_json_prod_multi/Daniel Langer WHICHC - SE - 20240508_de.json, @code_sas_json_prod_multi/Daniel Langer WHICHC - SE - 20240508_de.json) para alinear la salida. El código utiliza los formatos NLMNL (Moneda Local de Lenguaje Nacional) y NLMNI (Moneda Internacional de Lenguaje Nacional) seguidos del código ISO de la divisa.
¡Copiado!
DATA _NULL_;
x = 1234.56;
PUT 'UK - ' @code_sas_json/m205e01.json x NLMNLGBP. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIGBP.
/ 'Japan - ' @code_sas_json/m205e01.json x NLMNLJPY. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIJPY.
/ 'Australia - ' @code_sas_json/m205e01.json x NLMNLAUD. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIAUD.
/ 'Euro - ' @code_sas_json/m205e01.json x NLMNLEUR. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIEUR.
/ 'New Zealand - ' @code_sas_json/m205e01.json x NLMNLNZD. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNINZD. ;
RUN;
1
DATA _NULL_;
2
x = 1234.56;
3
PUT 'UK - ' @code_sas_json/m205e01.json x NLMNLGBP. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIGBP.
4
/ 'Japan - ' @code_sas_json/m205e01.json x NLMNLJPY. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIJPY.
5
/ 'Australia - ' @code_sas_json/m205e01.json x NLMNLAUD. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIAUD.
6
/ 'Euro - ' @code_sas_json/m205e01.json x NLMNLEUR. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNIEUR.
7
/ 'New Zealand - ' @code_sas_json/m205e01.json x NLMNLNZD. @code_sas_json_prod_multi/40 Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json Program_9_4 Ratio Estimation -- Large Cities in the USA in 1920 and 1930_de.json x NLMNINZD. ;
8
RUN;
Este material se proporciona "tal cual" por We Are Cas. No hay garantías, expresas o implícitas, en cuanto a la comerciabilidad o idoneidad para un propósito particular con respecto a los materiales o el código contenidos en este documento. We Are Cas no es responsable de los errores en este material tal como existe ahora o existirá, ni We Are Cas proporciona soporte técnico para el mismo.
SAS y todos los demás nombres de productos o servicios de SAS Institute Inc. son marcas registradas o marcas comerciales de SAS Institute Inc. en los EE. UU. y otros países. ® indica registro en los EE. UU. WeAreCAS es un sitio comunitario independiente y no está afiliado a SAS Institute Inc.
Este sitio utiliza cookies técnicas y analíticas para mejorar su experiencia.
Saber más.