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


Please Help Members By Posting Answers For Below Questions

What is cobol coding sheet?

707


What is data trace system 2.0 used for?

5140


Explain the difference between external subroutine and subprogram?

603


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

618


Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?

583






What is the difference between read work file 1 and read work file once? Why we are using work file once?

520


Tell me can we update with histogram?

596


Explain control variable in online screens?

541


Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

555


How to receive data passed through jcl parm parameter in a natural program?

548


How to create 1 ddm that fetches 3 adabas files simultaneously?

527


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

550


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?

1430


What is the quality process in development?

561


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

604