difference between read(1) and read work file once ?
Answer Posted / akansha
First answer is absolutely correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is a hyperdescriptor?
What is data trace system 2.0 used for?
Define cobol coding sheet?
Explain how to move cursor to a particular field when position is not known?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the difference between read(1) and read work file once?
Explain how to find occurrence of mu and pe fields in a file?
What is the quality process in development?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain the data storage?
Explain the like inverted list?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?