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

Hi,

what is replacement for "nohup" in gsub command linefor grid

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
doug_sas
SAS Employee

'nohup' runs a process such that if you log out, it will keep on running, but it is not really needed for SASGSUB.

 

SASGSUB (the SAS Grid Manager Client Utility) by default submits a SAS program to the grid and returns which allows you to log out while the grid will at some point run the job without user intervention. To get the results of the job, you would you log back in and run SASGSUB again with the option to get the results.

View solution in original post

2 REPLIES 2
doug_sas
SAS Employee

'nohup' runs a process such that if you log out, it will keep on running, but it is not really needed for SASGSUB.

 

SASGSUB (the SAS Grid Manager Client Utility) by default submits a SAS program to the grid and returns which allows you to log out while the grid will at some point run the job without user intervention. To get the results of the job, you would you log back in and run SASGSUB again with the option to get the results.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 187 views
  • 2 likes
  • 3 in conversation