What is STACK in Natural? How we can use it in Program? Give
me Eg.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
ADABAS basic concepts. Like inverted list, address converter ,data storage
How can we see the copy book length using file-aid?
Can we update with histogram?
Can you explain control variable in online screens?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
What is the difference between READ BY ISN and FIND
Explain how to move cursor to a particular field when position is not known?
Types Of Read , FIND
What is a hyperdescriptor?
Explain how are you going to remove duplicates from the file that is being read?
Explain the difference between external subroutine and subprogram?