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 |
What is 88 level used for ?
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 ?
what are decleratives in cobol?
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?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
How to convert bunch of words in a line to relvant ASCII values?
What should be the sorting order for SEARCH ALL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
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.
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......
How to use the same COBOL program in Batch and CICS on lines? explain with an example