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

Explain the types of perform?

0 Answers  


Explain what all the conditiones required for using open opcode on a file?

0 Answers  


When search all is used in cobol program without sorted input data

3 Answers  


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

1 Answers   Patni,


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

0 Answers  






Deleting a record from a Sequential file.

2 Answers   Polaris,


what is PERFORM? and its types?

7 Answers  


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code

5 Answers   CGI,


Explain the difference between search and searchall?

0 Answers  


What is input procedure?

0 Answers  


Arrays in COBOL/400

2 Answers   Polaris,


Categories