What is Natural?
Answers were Sorted based on User's Feedback
Answer / sana
It is a 4 GL language, used with databases like Adabas,
DB2, IMS etc. It is efficient and user friendly.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / mike russell
Natural 2006 is an application development
and deployment environment known
for ease-of-use, cross-platform portability
and unmatched developer productivity.
check this link
http://www.softwareag.com/Corporate/products/natural/default
.asp
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mac beth
Natural is what naturally comes to mind when we read this
beautiful word. Anything and everything about natural is
natural.
Is This Answer Correct ? | 1 Yes | 16 No |
Explain difference between read work file 1 and read work file once? Why we are using work file once?
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?
Tell me can we update with histogram?
Is it possible to declare a GDA for an external subroutine?
how we can find occurence of MU and PE fileds 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?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
Explain the data storage?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.