01 a pic s9(5) value '-12345' how it will be stored
Answer Posted / nataraj
-12345
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What are the rules of the move verb?
) How do u handle errors in BMS macro
Discuss about changing dataset name in proc.
What is amode(24)?
Can we redefine the field of x(200) to less than 200?
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?
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how to move the records from file to array table. give with code example
How do we get current date from system with century in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
How can you get the ksds file records into your cobol program?
What is rmode(24)