How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
5 16198Would 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 7002Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
1 6867How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
4 13635What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
2 14267You 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 15923
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?
What is data trace system 2.0 used for?
Define cobol coding sheet?
Explain how to find occurrence of mu and pe fields in a file?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the 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?
Explain how to move cursor to a particular field when position is not known?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
The natural file converted to PDF file if Yes then explain ?
Explain control variable in online screens?
Explain how many work file we can code in jcl?
How converted the natural coding for adabas
Explain why do we use file-aid for seqential files?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?