romz.baan
15th July 2011, 11:17
How to fix(constant) the value of Device and Output file from Select Device Session.
example:
Device = ASCIF
Output File = jpmorgan
bdittmar
15th July 2011, 13:10
Hello,
search for "predifined variables".
e.g.
spool.device = "your_device"
Regards
mark_h
15th July 2011, 15:27
Bernd suggestion is how to do it in a script, but if you are changing an existing session you might have to fix it so it does not prompt for the device. That is assuming you do not want the user to change the device or output file. Of course this all depends on more details on what you are asking. Do you want a default device for a user? a session?
romz.baan
15th July 2011, 15:33
that pretty much solved my problem.. Thank u bdittmar.