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

define sort? and its syntax?

3 Answers  


What is the syntax of redefine?

0 Answers  


What is redefine?

0 Answers  


Define perform? And its types?

0 Answers  


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

0 Answers  






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

1 Answers   Patni,


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


Explain the types of perform?

0 Answers  


Explain how to update data area in cobol 400 program?

0 Answers  


Explain the difference between search and searchall?

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,


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


Categories