what is a zoned decimal data type and how it will be stored?
Answer Posted / krishnan a
zoned decimal data type pix 9(2).
ex:
01 var1.
02 a pic 9(2).
here 9 is a zoned decimal data type.
it is a numeric field.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
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?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you define single dimensional array and multidimensional array in your cobol?
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
What is the Purpose of Pointer in the string?
What is comp-1 and comp-2?
Describe the cobol database components?
For rewrite, why is it mandatory that file needs to be opened?
What type of SDLC u followed? Why?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the compute verb? How is it used?
Can we redefine the field of x(200) to less than 200?
i need a small 3d program using inline and outline.
What rules are to be followed while using the corresponding options?