cancel
Showing results for 
Search instead for 
Did you mean: 

types

Former Member
0 Kudos

i need to have number with -1 -2 -3...and 1 2 3

what is the declartion , give me the declare PLS too.

i declrare x(2) type n, but when i made x - 1 instead to get

-1 i get 01 .

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

Hi,

you can use type i.

data a type i.

Regards

vijay

Answers (3)

Answers (3)

Former Member
0 Kudos

hii

try this

data: num type i;

hope this helps

Thanks & Regards

Naresh

suresh_datti
Active Contributor
0 Kudos

Did you try the TYPE i ?

Suresh

Former Member
0 Kudos

Hi,

DATA : x TYPE i.

Regards,

Ravi