Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Why would you use find and get rather than to obtain?
) How do u handle errors in BMS macro
What rules are to be followed while using the corresponding options?
Write the code implementing the perform … varying.
When is inspect verb is used in cobol?
What is difference between static and dynamic call in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the ksds vsam file formats from cobol programs
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Which is not true about evaluate statement