how to move the records from file to array table. give with
code example


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

how would you resolve sb37 and SE37?

2 Answers   Hewitt,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


How can we know that cobol program is using report file or simple file....?

4 Answers  






What is the point of the REPLACING option of a copy statement?

3 Answers  


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


which is better comp or comp-3 in terms of memory utilization?

6 Answers  


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


what is the difference between Plan & package?

1 Answers   IBM,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


Categories