can we use reference modification an arry.



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

Post New Answer

More COBOL Interview Questions

What is 88 level used for ?

2 Answers  


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


What are differences between COBOL and java ? why we are giving more preference to COBOL ?

3 Answers   TCS,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  






which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


How to convert bunch of words in a line to relvant ASCII values?

2 Answers  


What should be the sorting order for SEARCH ALL?

5 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


How to use the same COBOL program in Batch and CICS on lines? explain with an example

0 Answers   IBM,


Categories