how will u retreive value from a table.write it with syntex.
01 ws-table
05 ws-table1 occurs 10 times.
05 ws-table2 occurs 10 times.
the above is 2 dimensional array..how will u retrieve 1st
element of an array
Answer Posted / talluri
01 ws-array
05 ws-table1 occurs 10 times.
05 ws-table2 occures 10 times.
01 i pic 9(2).
01 j pic 9(2).
procedure division.
perform varing i from 1 by 1 until i>10
perform varing j from 1 by 1 until i>10
accept ws-table1(i,J)
accept ws-table2(i,J)
end-perform
end-perform.
perform varing i from 1 by 1 until i>10
display ws-table1(i,J)
end-perfrom.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how to refer the data field?
When is inspect verb is used in cobol?
In which area will you utilize 88 level items in cobol?
How many sections are there in data division in COBOL?
What are the cobol coding sheets?
What are the different data types in cobol?
How can you get the ksds file records into your cobol program?
What are the different rules of SORT operation?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do you define a variable of comp-1 and comp-2?
how do you reference the ksds vsam file formats from cobol programs
What are the different open modes available in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Describe the cobol database components?