Displays the current file protection for the process.
1 – Input
None.
2 – Output
A text string containing the current default file protection.
3 – Example
The following example shows how to display the current default file protection. DTR> PRINT FN$SHOWDEFPROT USING X(80) FN$SHOWDEFPROT SYSTEM:RWED,OWNER:RWED,GROUP:RWED,WORLD: DTR>