3-20 Getting started555-9001-316 Standard 1.0 February 1996Figure 3-13Logout-action template for accounting applicationThe logout-action template brings the host computer back to the login screen.The TRS then executes the initial-action template, as it does whenever anylogout-action template is successful.If the transaction fails before the customer screen is accessed, thelogout-action template searches the other screen templates until a valid tagmatch is found, then it executes that screen template and the following screentemplates.#screen template to clear customer info#screen, filename: clrcust.scnclrcust 1,1 Account Number:0,0 — 40,0 > ENTER#logout-action template for the getbalance#action template, filename: logout_cust.actlogout_cust accounting — —clrcust #exits customer info screenclrmenu #exits applicatoin menulogout #logouts out to prepare for loginAction Template Screen Template#screen template to exit the#accounting application#filename: clrmenu.scnclrmenu 1,20 ACME Accounting0,0 — 50,0 > ENTER0,0 — Y0,0 > ENTER#screen template to log off the host#computer, preparing for the initial#action template to be executed#filename: logout.scnlogout 0,0 –0,0 – logout0,0 > ENTER