There are two commands that you may want to place in your logon file to override the default behavior of KUIP. The command HELP -N turns off the new default HELP behavior which pops you into an editor whenever you want help. Most help commands are relatively short. Also SET/BREAK TB is preferred when debugging since it will cause errors to provide a traceback of routines and line numbers. KUIP's default behavior is to trap errors and return to the command line interface. See HELP HELP and HELP SET/BREAK in a current version of PAW for the latest details.
You may also specify a file of DASH commands with the -b (Unix) or BATCH=batchf.kumac command-line options. This is the same as typing the command EXEC batchf as the only command of a job.
See KUARGS in the KUIP manual for more information.