What is STACK in Natural? How we can use it in Program? Give
me Eg.?
Answer Posted / wing
It can be used to pass data from program A to Program B
...see *data. It can also be used to stack a command which
will execute once the current program stops.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How converted the natural coding for adabas
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how are you going to remove duplicates from the file that is being read?
The natural file converted to PDF file if Yes then explain ?
How can we see the copy book length using file-aid?
How are you going to remove duplicates from the file that is being read?
Explain the data storage?
Can we see the copy book length using file-aid?
Can you explain control variable in online screens?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
How to receive data passed through jcl parm parameter in a natural program?
What is a hyperdescriptor?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
How to find occurrence of mu and pe fields in a file?
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?