What is the local-storage section?
No Answer is Posted For this Question
Be the First to Post Answer
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.
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
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.
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
The maximum number of dimensions that an array can have in COBOL-85 is ?
What is the file organization clause ?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
What are the divisions in a cobol program?
Whats the difference between search & search ALL?
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
wht r the advantages of 77 level number ?