difference between read(1) and read work file once ?

Answers were Sorted based on User's Feedback



difference between read(1) and read work file once ?..

Answer / niki

Read(1) file1 in physical sequence:
1. Used to raed adabas file.
2. here (1 ) represents the number of record to be read
its a processing loop eg

Read(1) file1 in physical sequence
--
---
---
end-read

read work file :
1. Used to read flate file.
2. Once option is used to read only one record
3. its not a processing loop

Is This Answer Correct ?    5 Yes 3 No

difference between read(1) and read work file once ?..

Answer / akansha

First answer is absolutely correct.

Is This Answer Correct ?    0 Yes 1 No

difference between read(1) and read work file once ?..

Answer / dd

Basically no difference.

Both of the statements are used for reading a single record
from the work file.So both will give only one record.

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More Natural Interview Questions

Describe the COBOL coding sheet

2 Answers   Cap Gemini, Royal Infotech,


What is the quality process in development?

0 Answers  


How do you pass GDA into a sub program with out PDA?

2 Answers   IBM,


Explain difference between read(1) and read work file once?

0 Answers  


How are you going to remove duplicates from the file that is being read?

0 Answers  






Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


Types Of Read , FIND

2 Answers  


How to receive data passed through jcl parm parameter in a natural program?

0 Answers  


what is the difference between read and find ?

2 Answers   IBM,


Can we update with histogram?

2 Answers  


why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


Explain why do we use file-aid for seqential files?

0 Answers  


Categories