Can anyone tell me how to handle the array beyond the limit.
If we have an array or a table which can handle 5000
records but now we have to compensate 20000 records with
the same array? how to handle the situation.
Answers were Sorted based on User's Feedback
how many divisions are there in cobol
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
Hai friends why we need to read a file before re-write a record?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
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?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
HOw can I get the negative sign while deduct high value from low value
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..