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 |
What is the quality process in development?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
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?
Tell me can we update with histogram?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
The natural file converted to PDF file if Yes then explain ?
How to receive data passed through jcl parm parameter in a natural program?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
Types Of Read , FIND
Can you explain control variable in online screens?