Is it possible to code GOTO statement in NATURAL? if yes
please provide the syntax of the same
Answer / jaishree
No, There is not GOTO statement in Natural.
There is a Perform statement which is used to call a
subroutine.
A subroutine is a a block of code which is to be executed
several times within an object.
| Is This Answer Correct ? | 15 Yes | 0 No |
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain why do we use file-aid for seqential files?
How to find occurrence of mu and pe fields in a file?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
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 happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
syntax for all WRITE COMMAND in natural language
What is the difference between read(1) and read work file once?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
What is Natural?