Arrays in COBOL/400

Answers were Sorted based on User's Feedback



Arrays in COBOL/400..

Answer / mvrk

How to load the entire file into an Array in COBOL/400?

Is This Answer Correct ?    0 Yes 0 No

Arrays in COBOL/400..

Answer / surya

I believe we dont have verb to load the entire file details in to COBOL400 table. So we go for traditional method: read the records in file one by one and load the records in to table.

First we should the maximum records available in the file, so single dimension table occur value should mention according to that.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL400 Interview Questions

what is the difference between SEARCH and SEARCHALL?

2 Answers  


Can we open close file in COBOL any number of times?

2 Answers   Kanbay,


What is sort? And its syntax?

0 Answers  


Explain the syntax of redefine?

0 Answers  


What is the syntax of redefine?

0 Answers  






How COBOL helps Mainframe to maintain large records ???

1 Answers   Satyam,


How we can update data area in cobol 400 program?

12 Answers   Accenture,


What is redefine?

0 Answers  


i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?

1 Answers   UHG,


WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?

2 Answers  


What are the types of perform?

0 Answers  


write a cobol program to display prime numbers between 1 to 100?

5 Answers   Cap Gemini, NISA,


Categories