XYGATE Access Control Reference Manual
XYGATE
®
 Access Control Reference Manual 
Appendix D: XAC Interactive Commands 
XYPRO Technology Corporation  232  Proprietary and Confidential 
D3:  <<DUPOUTTOIN 
This command controls the echoing of OUT file writes to the IN file when the input file 
and output file are different and the input file is a terminal or process. The default is 
OFF. This parameter can be set globally in the ACCONF file, which can be overridden 
on each ACL entry and interactively during a XYGATEAC session. 
Syntax: 
<<DUPOUTTOIN { ON | OFF } 
Example: echoing of OUT ($S.#XACOUT) to IN (standard terminal) 
$WORK.OPER 12> XAC AM-SESSION 
. 
 (232,052)5> <<out $S.#XACOUT 
(232,052)5> <<DUPOUTTOIN ON 
(232,052)5> <<COMMENT This is where I enter the file name & get error 
(232,052)5> $work.data.sesslog 
$work.data.sesslog 
^ 
*ERROR* Name of variable, builtin, or file needed 
(232,052)6> 
(232,052)6> #set #exit 1 
$VIK XYGATEAC 53> <<dupouttoin off 
$VIK XYGATEAC 53> <<out 
XAC - New out file opened 
$VIK XYGATEAC 53> 
Example: the copy of the redirected output $S.#XACOUT 
_j #xacout 
XAC - New out file opened 
(232,052)5> <<DUPOUTTOIN ON 
(232,052)5> <<COMMENT This is where I enter the file name & get error 
(232,052)5> $work.data.sesslog 
$work.data.sesslog 
^ 
*ERROR* Name of variable, builtin, or file needed 
(232,052)6> 
(232,052)6> #set #exit 1 
$VIK XAC575 53> <<dupouttoin off 
In this example, <<OUT is used to redirect output to another terminal, presumably 
someone helping diagnose the problem. <<DUPOUTTOIN on is used to ensure that 
the output will be sent to both the user and support person diagnosing the problem. 
<<COMMENT is used to send information to the out file $S.#XACOUT  without the 
NSK taking any action on the user’s input. 










