Arrays in COBOL/400

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Define perform?

522


seqence numbers in cobol

2664


What is the syntax of sort?

543


How to update data area in cobol 400 program?

579


Define redefine and its syntax?

544






What is output procedure?

543


What are the types of perform?

571


Define redefine?

561


Define sort?

581


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

505


How to detect record is locked in cobol/400?

541


Explain the difference between comp & comp-3?

549


Explain the output procedure?

579


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

2067


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

647