Why we are using comp and comp-3 in real time projects?
Answer Posted / wing
Processing speed
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
Are you comfortable in cobol or jcl?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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 rules are to be followed while using the corresponding options?
What the difference is between continue and next sentence?
how to move the records from file to array table. give with code example
In which area will you utilize 88 level items in cobol?
What are the access modes of START statement?
Explain how you can characterize tables in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How do you reference the fixed block file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is Pic 9v99 Indicates in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?