How do you pass data from a Natural Program to an External
Subroutine? Can it share the LDA of Program as in Internal
Subroutine.
Answer Posted / rajesh
Can you share an example for passing the Values thru
Parameter for calling a External Subroutine.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
How can we see the copy book length using file-aid?
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 difference between read work file 1 and read work file once? Why we are using work file once?
The natural file converted to PDF file if Yes then explain ?
What is cobol coding sheet?
What is the difference between read(1) and read work file once?
Can you explain control variable in online screens?
How converted the natural coding for adabas
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?
Explain how to move cursor to a particular field when position is not known?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to find occurrence of mu and pe fields in a file?
Explain the difference between external subroutine and subprogram?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?