$ ! --------------------------------------------------------------
$ ! This script will accepts a reply from the user and proceeds ahead.
$ ! if user enters 'N' it will no display the file
$ ! Author: Ramki
$ ! Date:10/26/2004
$ ! --------------------------------------------------------------

$ INQUIRE CHECK "Enter Y[ES] to continue
$ IF .NOT. CHECK THEN EXIT
$ show symbol CHECK

$ ! Following Step Accepts Input file to be opened.
$ ! -----------------------------------------------
$ INQUIRE/GLOBAL FFNAME "Enter file to be displayed
$ ty &FFNAME
