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 / shreyas
Prakash thanks for your reponse. Could you please provide me with syntax of the Terminate command that would be helpful for me...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is the difference between read(1) and read work file once?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
How converted the natural coding for adabas
The natural file converted to PDF file if Yes then explain ?
Explain the difference between external subroutine and subprogram?
Explain control variable in online screens?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain how to find occurrence of mu and pe fields in a file?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How are you going to remove duplicates from the file that is being read?
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?