I have a sequential file of 100 records. How do I load the
records into a two dimensional array ?
Answer Posted / neilsh
It should be
01 xyz
05 pqr occurs 2 times indexed by i
07 abc occurs 50 times indexed by j
09 rec pic x(40).
so it would be like 50 occurance of rec and then 2 occurance
of abc
50 + 50 = two divisions
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What rules are followed by the search verb.
) how do u code after getting data?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are various search techniques in cobol? Explain.
) what is the difference between AID and HANDLE AID?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is link edit in cobol?
What are the rules of the move verb?
In COBOL, what is the different between index and subscript?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do we get current date from system with century in COBOL?
What is Pic 9v99 Indicates in COBOL?
How do define dynamic array in cobol.