Is it possible to code GOTO statement in NATURAL? if yes
please provide the syntax of the same



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

Post New Answer

More Natural Interview Questions

How to find occurrence of mu and pe fields in a file?

0 Answers  


What is the difference between READ BY ISN and FIND

2 Answers  


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?

0 Answers  


how we can find occurence of MU and PE fileds in a file?

2 Answers  


If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?

3 Answers   JPMorgan Chase,






How to receive data passed through jcl parm parameter in a natural program?

0 Answers  


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


Is it possible to declare a GDA for an external subroutine?

4 Answers  


Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]

1 Answers  


Explain difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


What is the difference between escape(top or bottom) and escape immediate(top or bottom?

0 Answers  


differnce between read work file 1 and read work file once? why we are using work file once?

4 Answers  


Categories