Research paper library


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Research paper library
# 1  
Old 10-13-2008
Error 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..?
# 2  
Old 10-13-2008
Sounds like a homework assignment?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

NAS Research

Good Afternoon, Are most NASs compatible with Solaris/RedHat? Specifically, I'm looking at Western Digital ones but none of them say they are - I like My Cloud Pro Series PR4100 My Cloud Pro Series PR4100 – Network Attached Storage | Western Digital (WD) (3 Replies)
Discussion started by: Stellaman1977
3 Replies

2. UNIX for Dummies Questions & Answers

Research questions

Hi there, please could you assist me. I have no knowledge at all about Unix and I have applied for a job and they have given me a test and said that I can obtain the answers in any kind of way. There are 3 questions that I need answers for. I have tried researching the answers to these questions... (12 Replies)
Discussion started by: zakl
12 Replies

3. AIX

Print Paper Size always A3 instead of A4

RICOH MPC4501 via AIX PrintServer is only printing on A3, even though its A4 contents. Similar Printer on same AIX PrintServer is printing correct though. What you think issue with first printer? AIX V6.1 (1 Reply)
Discussion started by: panchpan
1 Replies

4. UNIX for Dummies Questions & Answers

research proposal for PG

hi friends i have just completed my graduation and applied for Post graduation i have to submit a research proposal of OS in the interview i m a beginner & only read galvin & silbershcatz book on operating systems can anyone help me in that ... thanks in advance (3 Replies)
Discussion started by: iet.manish
3 Replies

5. UNIX for Dummies Questions & Answers

Rock Paper Scissors

I'm trying to create this game in Unix. This is what I have so far: echo "Player one: Choose (R)ock, (P)aper (S)cissors" stty -echo read Pone case $Pone in R) echo "Good Choice! Let's see what Player two chooses.";; P) echo "Good Choice! Let's see what Player two chooses.";; S) echo... (5 Replies)
Discussion started by: gpro
5 Replies

6. Solaris

Printing spits out paper!!!

Hello again.. Here's my problem: i've got uses who print on a epson 1170 dot printer from a solaris server (SunOS ss5 5.3 Generic_101318-70 sun4m sparc) Normally they print out data of an informix database. The file is about 30 pages long. I had to modify the lp command as follows (lpbase... (1 Reply)
Discussion started by: penguin-friend
1 Replies

7. UNIX for Dummies Questions & Answers

Research paper

I am doing a "research" paper for school and i'm having a hard time finding accurate information. I am supposed to choose three differant versions of unix, give a brief explination of each, tell why there each differant from each other. I have found a ton of web sites but the information is so vast... (1 Reply)
Discussion started by: pantsusan
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Research Project

Hi, I need you help with my research project that attempts to determine the link between users and manufacturers of IT Products such as Unix. This is part of an MBA program that I'm currently pursuing. My challenge is that I cannot possibly find out how I can send my research... (1 Reply)
Discussion started by: Tdludlu
1 Replies
Login or Register to Ask a Question