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 |
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
In an EVALUTE statement is the order of the WHEN clauses significant?
How can you submit a job from COBOL programs?
How do you differentiate between cobol and cobol-ii?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
What kind of error is trapped by on size error option?
How do you code Cobol to access a parameter that has been defined in JCL?
Name the divisions in a COBOL program ?
What is amode(24)?
How can we pass data from cobol to JCl?
What is a scope terminator? Give examples.