How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
No Answer is Posted For this Question
Be the First to Post Answer
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 what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Is it possible to declare a GDA for an external subroutine?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Types Of Read , FIND
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?
can i see the copy book length using file-aid ?
Explain how many work file we can code in jcl?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.