What is the maximum data length for Numeric DataType ?
Answer Posted / shekh
BY USING COMPILER OPTION MATH, IT WILL INCREASE THE VARIABLE CAPACITY UP TO 31 DIGITS.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
In COBOL, what is the different between index and subscript?
What are declaratives and what are their uses in cobol?
how do you reference the esds vsam file formats from cobol programs
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Define static linking and dynamic linking.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to know whether the module is dynamical or statistical?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Discuss about changing dataset name in proc.
how do you reference the rrds file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How are the next sentence and continue different from each other?
What are the access modes of START statement?
In COBOL programming, what is PERFORM? What is VARYING?