Hello.
My log file looks like this :
NOTE: Remote submit to R55 commencing.
15 /* Mise au format DB2 de la date finsel_j => finsel_j_db2 */
16 data _null_;
17 call symput ('FINSEL_J_DB2',"'"||put(&FINSEL_J,yymmdd10.)||"'");
-
-
-
22
22
22
WARNING: Apparent symbolic reference FINSEL_J not resolved.
ERROR 22-322: Syntax error, expecting one of the following: a name,
ERROR 22-322: Syntax error, expecting one of the following: a name,
ERROR 22-322: Syntax error, expecting one of the following: a name,
a quoted string, a numeric constant, a datetime constant,
a quoted string, a numeric constant, a datetime constant,
a quoted string, a numeric constant, a datetime constant,
a missing value, INPUT, PUT.
a missing value, INPUT, PUT.
a missing value, INPUT, PUT.
18 run;
and the specific part of the program, is here:
%global finsel_j;
%let finsel_j=%sysevalf(&fifinsel+2);
/* fin modif ***********************************************************/
/* Déclaration en global des macros variables servant à comptabiliser les enregistrements pour le pilotage */
%global NBLU; /* enregistrements lus */
%global NBREJ; /* enregistrements rejetés */
%global NBREC; /* enregistrements recyclés */
%global NBECR; /* enregistrements écrits */
/* Liaison avec r99d1 */
%syslput1(db,&db,remote=&r_unix);
%syslput1(db2fid,&db2fid,remote=&r_unix);
%syslput1(dbdebsel,&dbdebsel,remote=&r_unix);
%syslput1(dbfinsel,&dbfinsel,remote=&r_unix);
%syslput1(numprg,&numprg,remote=&r_unix);
%syslput1(listeprg,&listeprg,remote=&r_unix);
%syslput1(NUM_LANG,&NUM_LANG,remote=&r_unix);
/* Récupération des informations dans les vues FID106V1 et FID108V3 */
rsubmit &r_unix ;
/* Mise au format DB2 de la date finsel_j => finsel_j_db2 */
data _null_;
call symput ('FINSEL_J_DB2',"'"||put(&FINSEL_J,yymmdd10.)||"'");
run;
............................................................
Can u help me ?
thx.
My log file looks like this :
NOTE: Remote submit to R55 commencing.
15 /* Mise au format DB2 de la date finsel_j => finsel_j_db2 */
16 data _null_;
17 call symput ('FINSEL_J_DB2',"'"||put(&FINSEL_J,yymmdd10.)||"'");
-
-
-
22
22
22
WARNING: Apparent symbolic reference FINSEL_J not resolved.
ERROR 22-322: Syntax error, expecting one of the following: a name,
ERROR 22-322: Syntax error, expecting one of the following: a name,
ERROR 22-322: Syntax error, expecting one of the following: a name,
a quoted string, a numeric constant, a datetime constant,
a quoted string, a numeric constant, a datetime constant,
a quoted string, a numeric constant, a datetime constant,
a missing value, INPUT, PUT.
a missing value, INPUT, PUT.
a missing value, INPUT, PUT.
18 run;
and the specific part of the program, is here:
%global finsel_j;
%let finsel_j=%sysevalf(&fifinsel+2);
/* fin modif ***********************************************************/
/* Déclaration en global des macros variables servant à comptabiliser les enregistrements pour le pilotage */
%global NBLU; /* enregistrements lus */
%global NBREJ; /* enregistrements rejetés */
%global NBREC; /* enregistrements recyclés */
%global NBECR; /* enregistrements écrits */
/* Liaison avec r99d1 */
%syslput1(db,&db,remote=&r_unix);
%syslput1(db2fid,&db2fid,remote=&r_unix);
%syslput1(dbdebsel,&dbdebsel,remote=&r_unix);
%syslput1(dbfinsel,&dbfinsel,remote=&r_unix);
%syslput1(numprg,&numprg,remote=&r_unix);
%syslput1(listeprg,&listeprg,remote=&r_unix);
%syslput1(NUM_LANG,&NUM_LANG,remote=&r_unix);
/* Récupération des informations dans les vues FID106V1 et FID108V3 */
rsubmit &r_unix ;
/* Mise au format DB2 de la date finsel_j => finsel_j_db2 */
data _null_;
call symput ('FINSEL_J_DB2',"'"||put(&FINSEL_J,yymmdd10.)||"'");
run;
............................................................
Can u help me ?
thx.