How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
5 16464Would 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]
1 7166Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
1 6971How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
4 13836What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
2 14476You 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 ?
6 16262
Explain the like inverted list?
Explain how to find occurrence of mu and pe fields in a file?
Explain the data storage?
How to receive data passed through jcl parm parameter in a natural program?
What is a hyperdescriptor?
What is the difference between read(1) and read work file once?
Explain how are you going to remove duplicates from the file that is being read?
How can we see the copy book length using file-aid?
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?
Can you explain control variable in online screens?
What is cobol coding sheet?
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?
How are you going to remove duplicates from the file that is being read?
What is data trace system 2.0 used for?