what is meaning by design document? who can repared for
this?
Answer Posted / babu
Design document is prepared by the programmer, which is
prepared when we are doing the coding.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is rmode(24)
Difference between array and sub-script ?
In COBOL, what is the different between index and subscript?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between goback, stop run and exit program in cobol?
what is the difference between COBOL2 AND COBOL390?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the problem of ordered sequential files access?
Explain about different table spaces.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
explain sorting techniques in cobol program?
What are the rules of the move verb?
Write a program to enter and display the names of students in a class using the occurs clause.
Name the sections present in data division.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?