Unfortunetelly your sugestion doesn't work: NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR 24 25 GOPTIONS ACCESSIBLE; 26 27 DATA _NULL_; 28 FORMAT END $3.; 29 SET &ttbl END=&fnsh; 30 BY dt_carga; 31 IF END=&fnsh AND _N_ LE 1 AND orig_info_1=' ' THEN /* testing the condition of empty table*/ 32 call execute 32 ! (%nstr(%str(%')data <bl;set <bl;format process_nm $ 7.;if &load_tt=put(today(),$10.) _ 22 WARNING: Apparent invocation of macro NSTR not resolved. 32 %nstr(%str(%')data <bl;set <bl;format process_nm $ 7.;if &load_tt=put(today(),$10.) _ 200 _______ 252 ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant, a missing value, arrayname, (, ), +, ',', -, INPUT, NOT, OF, PUT, ^, _NEW_, ~. ERROR 200-322: The symbol is not recognized and will be ignored. ERROR 252-185: The EXECUTE subroutine call does not have enough arguments.
... View more