Updated the log. it was with "/" 18 DATA _NULL_; 19 tday = INTNX('month',today(),-2,'B'); 20 CALL SYMPUT('chknm',PUT(tday,monyy5.)); 21 RUN; NOTE: DATA statement used (Total process time): real time 0.06 seconds user cpu time 0.01 seconds system cpu time 0.01 seconds memory 738.15k OS Memory 19616.00k Timestamp 03/27/2018 01:42:05 PM Step Count 12 Switch Count 30 Page Faults 0 Page Reclaims 133 Page Swaps 0 Voluntary Context Switches 111 Involuntary Context Switches 21 Block Input Operations 0 Block Output Operations 0 22 %put &chknm.; JAN18 23 24 filename btv1 FTP "/CustomerDelivery/btv/&chknm.._chk2.csv" 25 host = "&nthost" 26 user = "&ntid" 27 pass = "&ntpwd" 28 WAIT_MILLISECONDS=1000000; 29 30 Options nomprint; 31
... View more