01 a pic s9(5) value '-12345' how it will be stored
Answer Posted / shekhar
as from -1 to -9 uses from j to r....
and signed trailing is default...
so the ans is 1234n....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different data types in cobol?
Difference between array and sub-script ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is the difference between COBOL2 AND COBOL390?
What type of SDLC u followed? Why?
Explain what you understand by passing by value.
how can i see junk values in dclgen or in hostvariable of comp ?
Explain the configuration section of a cobol program with examples of syntax.
Write a program to enter and display the names of students in a class using the occurs clause.
How to know whether the module is dynamical or statistical?