The jBASE ZH command can be used to start a jBASE background task process and direct output a hold file.
ZH {port} {command}
ENTER ACCOUNT FOR PH TASK ?{userid/account-name}
ENTER COMMAND TO EXECUTE ?{command}
ENTER DATA ASSOCIATED WITH COMMAND
USE "<" FOR A NULL LINE
>{input}
port is the port number, on which to run the jBASE background task process.
command is the command for the jBASE background task process to execute.
userid/account-name is the name to use when executing the jBASE background task
process.
input is the data to supply to jBC program INPUT statements. Each input should be
placed on a separate line.
JBTP