Q1
Single choice
Given the following code, which is the only valid way to convert Q to P?
DCL Q OFFSET;
DCL P POINTER;
DCLX CHAR(100)BASED;
DCL A AREA(6000);
ALLOC X SET(Q) IN(A);