What is the difference in data type "X" and "P"?

Answer Posted / saurabh biswas

In MVS assembler data type X denotes hexadecimal data type
which unsigned pack. suppose you define VAR1 as "VAR1 DC
X'01'". It will occupy 1 byte in the memory and stored as:
0 in the zoned nibble and 1 in the numeric nibble.

P denotes the packed data type, similar to COMP-3 in COBOL.
if you declare any variable with this data type then it
must have a sign byte at last nibble. See following example:
VAR2 DC P'1'
it will occupy one byte in the memory and stored as '1C'.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to retrieve the instream data in sysin?

677


Explain how to initialize a register to 0000?

585


how to pass the parameters from jcl to assembler pgm?

653


Explain how to access vsam file?

607


how to initialize a register to 0000?

663






Explain about house keeping in assembler?

632


Ap wkur,=p5 where wkur is a label?

664


What is icm instruction?

638


Explain about base register?

603


how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?

682


Explain how to produce soc7 abend?

634


What does the following code do? Ap wkur,=p5 where wkur is a label?

611


Explain about maximum displacement?

604


What is maximum displacement?

620


How many maximum base registers we can have in a single program?

634