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 |
difference between fetch , call and callnat
What is the difference between READ BY ISN and FIND
can i see the copy book length using file-aid ?
How are you going to remove duplicates from the file that is being read?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
How do you pass GDA into a sub program with out PDA?
Explain how are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor? How does it work?
Explain how many work file we can code in jcl?
why do we use file-aid for seqential files?
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?
How to receive data passed through jcl parm parameter in a natural program?