The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-13-2008
SHakur_BIG SHakur_BIG is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 1
Exclamation Research paper library

menu should look at least like the following:-

RESEARCH PAPER LIBRARY – Main Menu
0 : EXIT this program
1 : EDIT menu
2 : REPORTS Menu

Enter your choice>

program should check for invalid choice and display error message and re-display the main-menu. If EDIT is chosen, then call program name RESPPR_EDIT which display the Edit’s menu as follows:-

RESEARCH PAPER LIBRARY – Edit Menu
0 : RETURN to the Main Menu
1 : ADD
2 : UPDATE STATUS
3 : DISPLAY
4 : DELETE

Enter your choice>

If REPORT is chosen, then call program name RESPPR_REPORTS and display at least two report formats.

Summary of other programs

RESPPR_ADD: Ask for new record information and add a record to the RESPPR_FILE.

RESPPR_UPDATE: Update the status of the record. If status is borrowed, then asked for the borrower name.

RESPPR_DISPLAY: Display the record chosen by title of paper.


RESPPR_DELEE: Delete the record chosen by title of paper.


Q. How could i do like this program..?