XYGATE Access Control Reference Manual
XYGATE
®
 Access Control Reference Manual 
Appendix C: The ACACL File 
XYPRO Technology Corporation  177  Proprietary and Confidential 
C35:  FCPROMPT 
This keyword tells the XYGATEAC process what character or characters constitutes a 
prompt from the OBJECT program where the FC command can be entered, such as 
PATHCOM’s prompt of "=". FCPROMPT does not affect prompting itself; it only 
indicates to XAC the fixed character(s) found at the end of the OBJECT programs 
prompt so that XAC can properly recognize prompts. FCPROMPT uses a trailing 
match so that programs that use numbered prompts followed by a fixed string (such as 
TACL’s "TACL 1> ") can be accommodated. 
Syntax: 
FCPROMPT "<string>" 
Example: 
COMMAND AUDITED-TACL 
 DESCRIPTION "STANDARD TACL (incomplete)" 
 USER GROUP,USER 
 OBJECT $SYSTEM.SYSNN.TACL 
 ACL *.* 
 FCPROMPT "> " 
The prompt processing will match a TACL prompt of <subvol>, <prompt-number>, ">", 
space, as below: 
$DISCA.RUJDEV 13> 
Note: If there is a trailing space, that space must be included. Note that the TACL 
prompt has a trailing space. Therefore, there must be a space specified after 
TACL’s prompt (the right angle bracket (>) symbol). 










