Answer Posted / ragha deepthi
if we want to display the value of the variable then
write #variable
if we want to display the literal or string then
write 'all izzz well'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to find occurrence of mu and pe fields in a file?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the address converter?
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 are you going to remove duplicates from the file that is being read?
Explain the difference between external subroutine and subprogram?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is cobol coding sheet?
Explain difference between read(1) and read work file once?
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 we see the copy book length using file-aid?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
What is a hyperdescriptor? How does it work?
Explain why do we use file-aid for seqential files?