can we use reference modification an arry.
Answer / sushil kumar
Yes, You can use reference modification an arry.
e.g: ws-staticname(wx-ctr1) (12:3) is working.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain about Redefines cluse?
What was removed from COBOL in the COBOL II implementation?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
can any one help -s806
What is different between variable length and fixed length?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
what is the difference between external and global variables?
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?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp