What is STACK in Natural? How we can use it in Program? Give
me Eg.?
Answer Posted / shrayansh
I have used Stack command in natural Language and its been used to pass values from a program to another program in different libraries , as we cannot use fetch and callnat to pass values in the different library.
EX : STACK TOP DATA #INPUT1
STACK TOP DATA #INPUT2
STACK TOP DATA #INPUT3
-----
-----
STACK TOP COMMAND 'program name'
STACK TOP COMMAND 'LOGON library name' STOP
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
The natural file converted to PDF file if Yes then explain ?
Define cobol coding sheet?
Explain the address converter?
What is data trace system 2.0 used for?
Explain how to find occurrence of mu and pe fields in a file?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between read(1) and read work file once?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is the quality process in development?
Explain the difference between external subroutine and subprogram?
How converted the natural coding for adabas
Tell me what type of files we can process thru file-aid?
What is a hyperdescriptor?
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?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?