How many variables can be declared in w-s section.?
Answer Posted / raja murugesan
am not sure about it. Any written proof in any cobol tutorial
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
What are the pertinent COBOL commands?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the access modes of START statement?
What is the difference between Global and External Variables?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are all the divisions of a COBOL program?
When is inspect verb is used in cobol?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the esds vsam file formats from cobol programs
Whats the difference between search & search ALL?
What is amode(31)
How do you get the data to code the BMS macro?
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?