How do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?
Answer Posted / misty
Data Definition in Natural
DEFINE DATA
LOCAL
1 #VARIABLE1 (A10)
END-DEFINE
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Tell me can we update with histogram?
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 ?
Explain the like inverted list?
Explain how many work file we can code in jcl?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Can you explain control variable in online screens?
What is a hyperdescriptor? How does it work?
What is a hyperdescriptor?
How to receive data passed through jcl parm parameter in a natural program?
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?
What is the quality process in development?
Explain how to find occurrence of mu and pe fields in a file?
Explain why do we use file-aid for seqential files?
Explain difference between read(1) and read work file once?