Can we see the copy book length using file-aid?
No Answer is Posted For this Question
Be the First to Post Answer
Define cobol coding sheet?
difference between read(1) and read work file once ?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
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 ?
How to receive data passed through jcl parm parameter in a natural program?
Explain the address converter?
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 difference between read work file 1 and read work file once? Why we are using work file once?
why do we use file-aid for seqential files?
What is the difference between External subroutine and subprogram?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?