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 input procedure?

0 Answers  


Explain the difference between section, paragraph and sentences?

0 Answers  


what is the cobol compiler?

2 Answers   TCS,


Define redefine and its syntax?

0 Answers  


What is sort?

0 Answers  






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

2 Answers   Kanbay,


What is sort? And its syntax?

0 Answers  


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

0 Answers  


Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

0 Answers  


01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.

2 Answers  


Arrays in COBOL/400

2 Answers   Polaris,


what is the difference between comp & comp-3?

4 Answers  


Categories