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 ?
Answer Posted / manish
Hi Shreyas...You asked for the syntax of Terminate command.
Read work file #WK-Number once #WK-Record
At End of File
Terminate 40
End-Endfile
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain difference between read(1) and read work file once?
What is the quality process in development?
How converted the natural coding for adabas
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain how to find occurrence of mu and pe fields in a file?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the like inverted list?
Explain the address converter?
Explain why do we use file-aid for seqential files?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to receive data passed through jcl parm parameter in a natural program?
Explain control variable in online screens?