what is meaning by design document? who can repared for
this?
Answer Posted / srinivasa yadav
DESIGN DOCUMENT IS PREPARED BY SOME LEADS.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how to convert the recors form vsam file to db2 table tru file aid
Which division and paragraphs are mandatory for a COBOL program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are the different data types in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Explain what you understand by passing by value.
How to remove 2 duplicate records and copy only one using job control language?
how do you define single dimensional array and multidimensional array in your cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What rules are followed by the search verb.
What is comp-1 and comp-2?
How do you reference the following file formats from cobol programs?
Write down the divisions of cobol program?