what is meaning by design document? who can repared for
this?
Answer Posted / 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 |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the access modes of START statement?
What is the difference between external and global variables in COBOL?
What rules are followed by the search verb.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are literals?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Discuss about changing dataset name in proc.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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.
How are the next sentence and continue different from each other?
how do you reference the ksds vsam file formats from cobol programs
Define cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?