Hi,
my application tries to 'Job' a subroutine and this works fine when started as root.
When doing it as a normal user i get a permission denied error.
Can anyone tell me where to make it work for a non-root user ?
Greets
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does the non-root user have write permissions to the current directory at the time the JOB statement is executed (or whatever path/files you may have the output=/error= qualifiers of the JOB statment directed to if overridden)?
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
my application tries to 'Job' a subroutine and this works fine when started as root.
When doing it as a normal user i get a permission denied error.
Can anyone tell me where to make it work for a non-root user ?
Greets
Jens
Hi Jens,
Does the non-root user have write permissions to the current directory at the time the JOB statement is executed (or whatever path/files you may have the output=/error= qualifiers of the JOB statment directed to if overridden)?
Steve