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
What is cobol coding sheet?
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?
How converted the natural coding for adabas
What is the difference between read work file 1 and read work file once? Why we are using work file once?
How are you going to remove duplicates from the file that is being read?
Explain how to move cursor to a particular field when position is not known?
Explain how to find occurrence of mu and pe fields in a file?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is data trace system 2.0 used for?
Explain the address converter?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
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 many work file we can code in jcl?
Explain the like inverted list?
What is a hyperdescriptor? How does it work?