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 |
How to execute a set of JCL statements from a COBOL program?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
in the TIME parameter we r giving hours r minutes
how to check whether the open command of a sequential file is successful? or not?
how many maximum no of variables can be declared in linkage section ?
what is the difference b/w level no.01 & level no.77?
How to display the index.(displacement from an array)
i WANT ALL ERROR codes IN CICS and DB2
What is the maximum length of a field you can define using COMP-3 in COBOL?
Under which scenario you would go for a static call as opposed to dynamic call?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??