Is it possible to code GOTO statement in NATURAL? if yes
please provide the syntax of the same
Answer Posted / 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 View All 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?
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?
How to receive data passed through jcl parm parameter in a natural program?
Explain how many work file we can code in jcl?
What is a hyperdescriptor? How does it work?
Explain the data storage?
Explain control variable in online screens?
Tell me can we update with histogram?
What is cobol coding sheet?
What is the difference between read(1) and read work file once?
How to create 1 ddm that fetches 3 adabas files simultaneously?
How can we see the copy book length using file-aid?
Explain difference between read(1) and read work file once?
Explain the address converter?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?