Answer Posted / suputhru
All the best Guys.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
A table has two indexes defined. Which one will be used by the SEARCH?
What is a report item?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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.
What are the various section in data division and briefly explain them.
i need a small 3d program using inline and outline.
What is length is cobol?
What is the difference between PIC 9.99 and PIC9v99?
How you can characterize tables in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Are you comfortable in cobol or jcl?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the rrds file formats from cobol programs
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?