Answer Posted / guest
Read has the following types:
Read logical, Read physical and Reas by ISN
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to find occurrence of mu and pe fields in a file?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Tell me what type of files we can process thru file-aid?
Define cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program?
Explain how many work file we can code in jcl?
The natural file converted to PDF file if Yes then explain ?
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?
How can we see the copy book length using file-aid?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how are you going to remove duplicates from the file that is being read?
Can you explain control variable in online screens?
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?