I would like to free up space to display data, outputs and log in SAS original screen, and do the programming and submit it from a separate screen. I have followed the following website for setting up Notepad++.
https://blogs.sas.com/content/sasdummy/2017/08/25/npp-with-sas/
I am not really good with setting up a computer and this may be a super basic question, but I would like some help, please.
I followed 2nd step in which I need to enter command.
I have copy&pasted exact command. I checked that the SAS.EXE path is the same.
I wonder if I need to change other things in this command.
"C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -sysin "$(FULL_CURRENT_PATH)" -log "$(CURRENT_DIRECTORY)\$(NAME_PART).log" -print "$(CURRENT_DIRECTORY)\$(NAME_PART).lst"
Do I need to change the words in brackets?
If there are any other ways to set up, could you please tell me?
Thank you for your help.