BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
laika_matias
Obsidian | Level 7

Hello,

I am trying to get list of files from Linux directory using psftp. SAS is installed on Windows

SysCmd = "C:\path\psftp.exe" myuser@server -P port -pw mypassword -b C:\path\bag.bat -v >C:\path\bag.log;

Everything works fine until the "-v >C:\path\bag.log" part. I am unsure how to generate a log file for this operation.

 

I will be grateful for a response 🙂

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
laika_matias
Obsidian | Level 7
I've already found the solution 🙂 I created a batch file and invoked it in another batch file.

View solution in original post

2 REPLIES 2
Sajid01
Meteorite | Level 14

Hello

What are the commands in the batch file bag.bat ?

laika_matias
Obsidian | Level 7
I've already found the solution 🙂 I created a batch file and invoked it in another batch file.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 372 views
  • 0 likes
  • 2 in conversation