What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
1006How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
1084Explain difference between read work file 1 and read work file once? Why we are using work file once?
965Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
978
Explain how to move cursor to a particular field when position is not known?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain difference between read(1) and read work file once?
Explain why do we use file-aid for seqential files?
Explain the like inverted list?
How converted the natural coding for adabas
The natural file converted to PDF file if Yes then explain ?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how many work file we can code in jcl?
What is data trace system 2.0 used for?
Define cobol coding sheet?
What is a hyperdescriptor?
Explain the data storage?
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?