what is meaning by design document? who can repared for
this?

Answer Posted / rock

Detailed Design is prepared by the programmer,it will tells
how the code is to be.Moreover it will be prepared before
coding.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a Search can be done on a table with or without Index?

772


Define static linking and dynamic linking.

636


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

699


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

616


Discuss about changing dataset name in proc.

737






How do we get current date from system with century in COBOL?

758


How are the next sentence and continue different from each other?

740


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5610


Difference between array and sub-script ?

1133


What are the pertinent COBOL commands?

2603


What are the different types of condition in cobol and write their forms.

631


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

647


What is the difference between comp and comp-3?

672


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2298


What is amode(24)?

652