what is meaning by design document? who can repared for
this?
Answers were Sorted based on User's Feedback
Answer / aru
Design(DLD) document is prepared by the developer.This
document contains the logic that is going to be implemented
in pure English.Some time code snippets are added to make it
more understandable.Purpose of this document is to document
the thought process and reduce dependency during coding.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / dev
designe document is prepared by senior programmer or TL and
they only can chnge the document.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / srinivasa yadav
DESIGN DOCUMENT IS PREPARED BY SOME LEADS.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between comp and comp-3 usage?
How are the next sentence and continue different from each other?
what is label record is standard or omitted in file description of data division?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
In which area will you utilize 88 level items in cobol?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
What is the difference between static call & Dynamic call?
What are the different open modes available in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?