The nohup utility can be used when it is known that command will take a long time to run and the user wants to logout of the terminal;
By default, when a shell exits, the system sends its chil- dren SIGHUP signals, which by default cause them to be killed.
However, with nohup, background jobs will ignore SIGHUP and continue running, if their invocation is preceded by the nohup command or if the process programmati- cally has chosen to ignore SIGHUP.
We've captured this as a tip -- another community member nominated it. Check it out in the SAS Communities Library.
Hi ,
I tried the following commands in putty .But I did not see any of the outputs generated for that particular date and time .I used the following command at> nohup sasb test.sas .We use sasb command to run the sas programs .Could you let me know what has went wrong in my case ?
We've captured this as a tip -- another community member nominated it. Check it out in the SAS Communities Library.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.