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
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
how to resolve the file status 47.......
what are the utilities for load and unload the DB2 tables
explain sorting techniques in cobol program?
can we use 77 level no for Redefines?if we use give an example?
How do you do in-line PERFORM?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
what is the difference between Plan & package?