what is meaning by design document? who can repared for
this?
Answer Posted / 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 |
Post New Answer View All Answers
What is rmode(24)
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is rmode(any) ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What guidelines should be followed to write a structured cobol prgm?
How many bytes S(8) comp field occupy and its maximum value?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain the configuration section of a cobol program with examples of syntax.
Difference between array and sub-script ?
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?
How you can read the file from bottom?
What is redefines clause in COBOL?
Give some examples of command terminators?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?