Answer Posted / timmy
What does it mean if we get a MAXCC=0000 CN(INTERNAL)?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
What are various search techniques in cobol? Explain.
What is the usage of comp fields in cobol?
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
What are the rules of the move verb?
What are the different open modes available in cobol?
what are decleratives in cobol?
Name the sections present in data division.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i need a small 3d program using inline and outline.
What is link edit in cobol?