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 |
can we use the two 01 level in file discription ?
whats the difference between search and search all?
1.What is the limit of linkage section?
Explain complete concept of table handling in COBOL with an example?
1.Can we define condition-name conditions in FD entry.
what are the control characters used in reports
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
how can u pass the values into db2 values from cobol ?
diffrence between renames and redifnes with examples
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
Can we move X(7) to S9(7) COMP?