A field declared as P8 needs to be redefined as
Alphanumeric. What would be its new size?
Answer Posted / surya
It should be redefined as A8.
Reason: even though the P8 occupies 5 bytes of memory
it is internal to the memory allocation. But to accomaodate
8 characters you need todeclare a alphanumeric character of
length 8.
dont be confused with memory allocation awith the
declaration.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the difference between external subroutine and subprogram?
How to find occurrence of mu and pe fields in a file?
How converted the natural coding for adabas
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is data trace system 2.0 used for?
The natural file converted to PDF file if Yes then explain ?
Explain why do we use file-aid for seqential files?
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?
How to receive data passed through jcl parm parameter in a natural program?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Tell me what type of files we can process thru file-aid?
What is the quality process in development?
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?