Code how to read 5th element of the array?

Answers were Sorted based on User's Feedback



Code how to read 5th element of the array?..

Answer / ggp

In COBOL we can directly access the particular index of the
array using subscript.

Eg: Arrayname(5)
or
Move 5 to indx
Arrayname(indx).

Is This Answer Correct ?    22 Yes 0 No

Code how to read 5th element of the array?..

Answer / dc

%lookup

Is This Answer Correct ?    4 Yes 14 No

Post New Answer

More COBOL400 Interview Questions

Explain the input procedure and output procedure?

0 Answers  


What is the actual use of fillers?

0 Answers  


define comp?

2 Answers  


It's possible use %TRIM statement like rpgile?

2 Answers  


why icetool be used in programmer view?

0 Answers  






What are Fillers ? What is the actual use of Fillers ? With small/simple Example..

1 Answers   Patni,


What are fillers?

0 Answers  


what is the difference between SEARCH and SEARCHALL?

2 Answers  


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


Define perform?

0 Answers  


Explain the difference between comp & comp-3?

0 Answers  


What are fillers? What is the actual use of fillers? With mall/simple example?

0 Answers  


Categories