can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / adithya
it wil occupy 18 bytes
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
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 is comp-1 and comp-2?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Which division and paragraphs are mandatory for a COBOL program?
How do you reference the fixed block file formats from cobol programs
What is perform what is varying?
Write the code implementing the perform … varying.
what is search and searchall?what is the diffrence between them?give an best example?
What is inspect in cobol ?
How do you reference the following file formats from cobol programs?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between PIC 9.99 and 9v99 in COBOL?
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 do define dynamic array in cobol.
Explain how to differentiate call by context by comparing it to other calls?