I am having a problem that should NOT be an issue. I am getting extremely frustrated over something so simple but I can't get why it is happening. I am passing 5 Parms to a program but for some reason the numeric ones are showing up with boxes in them instead of the information I passed to it obviously causing data decimal errors. I am calling the program with:
"call pl0330r01 parm('Test' '00055' 'I' '1234567890' '0')"
(after previewing posts I noticed the boxes were not showing so I added them with *BOX* these are the placed were a filled in box is showing in the field)
These are the results from debug:
> EVAL @@HGISWN
@@HGISWN = 'Test
> EVAL @@HGIHG#
@@HGIHG# = 0*BOX*0*BOX*0*BOX*
> EVAL @@HGISTS
@@HGISTS = 'I'
> EVAL @@HGIPIL
@@HGIPIL = 1*BOX*2*BOX*3*BOX*4*BOX*5*BOX*
> EVAL @@authority
@@AUTHORITY = '0'
The fields are defined as:
@@HGISWN 30A
@@HGIHG# 5S 0
@@HGISTS 1A
@@HGIPIL 10S 0
@@Authority 1A
Do you have any idea why I am getting the values that I am for the numeric fields? This is driving me NUTS and the deadline is getting closer and I am stuck on such a stupid problem.
"call pl0330r01 parm('Test' '00055' 'I' '1234567890' '0')"
(after previewing posts I noticed the boxes were not showing so I added them with *BOX* these are the placed were a filled in box is showing in the field)
These are the results from debug:
> EVAL @@HGISWN
@@HGISWN = 'Test
> EVAL @@HGIHG#
@@HGIHG# = 0*BOX*0*BOX*0*BOX*
> EVAL @@HGISTS
@@HGISTS = 'I'
> EVAL @@HGIPIL
@@HGIPIL = 1*BOX*2*BOX*3*BOX*4*BOX*5*BOX*
> EVAL @@authority
@@AUTHORITY = '0'
The fields are defined as:
@@HGISWN 30A
@@HGIHG# 5S 0
@@HGISTS 1A
@@HGIPIL 10S 0
@@Authority 1A
Do you have any idea why I am getting the values that I am for the numeric fields? This is driving me NUTS and the deadline is getting closer and I am stuck on such a stupid problem.