Answer Posted / manisha
3
| Is This Answer Correct ? | 3 Yes | 34 No |
Post New Answer View All Answers
What is the use of intialize verb?
how to move the records from file to array table. give with code example
What is inspect in cobol ?
What is perform what is varying?
What type of SDLC u followed? Why?
Explain about different table spaces.
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 to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how to refer the data field?
What is a report item?
What are declaratives and what are their uses in cobol?
Can we redefine the field of x(200) to less than 200?
what is difference between cobol and cobol/400
How many bytes S(8) comp field occupy and its maximum value?
Which division and paragraphs are mandatory for a COBOL program?