jojovalenton
4th July 2019, 09:43
hi,
reports done in job created several reports, how can i close ttstpdisplay by script?
regards,
jojo
jojovalenton
4th July 2019, 10:39
hi,
i read some threads about this and i was able to kill ttstpdisplay but the report rcisli1200210000 still open and can't seen using pstat, how can i kill open report?
regards,
jojo
Ajesh
4th July 2019, 17:15
Try setting the predefined variable,job.device(14) from script. As "D" or something like that.
jojovalenton
7th July 2019, 08:18
hi,
the job default device is D and this is needed to show up but need also to remove after display, how can i close this report by scripts?
regards,
jojo
oirfeodent
8th July 2019, 08:51
hi,
reports done in job created several reports, how can i close ttstpdisplay by script?
regards,
jojo
How about printing to /dev/null in the jobs. Anyway, no one can see it.
Regards,
jojovalenton
9th July 2019, 07:46
hi,
we need to see these reports but i just need to close them afterwards by scripts.
regards,
jojo
andreas.toepper
9th July 2019, 08:38
We don't use D devices in a Job. Our Jobs are executed by the Job demon of LN 10.2.1 running on Windows. So, the Jobs sessions will run without an active GUI. D devices do need a running GUI to display the output (at least I think so).
I always thought the “natural” way of dealing with a temporary output in a job is printing into a file with a specific filename on a specified filepath. That’s the setup we’re using.
bdittmar
9th July 2019, 10:54
Hello,
in cisli (Jobmode) we use
ASCIF -> to file
Regards
jojovalenton
10th July 2019, 08:22
thanks to all your ideas. i'll try this on my scripts.
oirfeodent
12th July 2019, 08:05
hi,
we need to see these reports but i just need to close them afterwards by scripts.
regards,
jojo
Where do you see the D output, when the job is running.
Job is supposed to run without a UI...
If there is a UI and you can see the D output, then you can as well close it after seeing it... right?
or is there something, I am missing?
Regards,