BookmarkSubscribeRSS Feed
sg_1
Calcite | Level 5

Hello Chris

1 REPLY 1
sg_1
Calcite | Level 5

%macro run_sftp_import;

  option autosignon=yes;

  options sascmd="sas";

  filename mylog_2v 'E:\xx\xx\log.txt';

rsubmit process=task2 wait=no log=mylog_2v;

  /****************************************

  *

  *

  *

  *

********sas data steps*********

  *

  *

  *

  *

***************************************/

endrsubmit;

listtask _all_;

%mend run_sftp_import;

%run_sftp_import;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 615 views
  • 0 likes
  • 1 in conversation