In an array processing what is the thing that can be done
by using subscripts but not by using index

Answers were Sorted based on User's Feedback



In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / garry

Arithmetic Operations .

Is This Answer Correct ?    16 Yes 1 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / yuvaevergreen

hi,
Incrementing or decrementing is possible in subscripting
using - or + whereas the same operation in indexing is
possible is achieved by using SET statement.

Is This Answer Correct ?    8 Yes 0 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / sweety

we can display subscripts but not index ....

Is This Answer Correct ?    1 Yes 0 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / nimi

subscripted array can be passed to a sub program whereas indexed array cannot be.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 Answers  


can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

13 Answers   CTS,


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,






Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?

7 Answers  


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


What is length is cobol?

0 Answers  


Categories