Answer Posted / jagan
NUMERIC DATA TYPE MAXIMUM SIZE IS 9(18)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
) how do u code after getting data?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between external and global variables in COBOL?
What is the use of intialize verb?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do you reference the following file formats from cobol programs?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you differentiate between cobol and cobol-ii?
Have you used comp and comp-3 in your project? And how?