Hi,
I have a field named TRANS which is used to receive the transaction no and It is defined as below in BMS
TRANS DFHMDF POS=(1,7),LENGTH=4,JUSTIFY=(LEFT,BLANK),ATTRB=(UNPROT,N*
ORM,IC),PICOUT='X(4)' ,PICIN='X(4)'
And the above field TRANS is declared under a mapset of TYPE=MAP.
Suppose, If i define the same field TRANS under the mapset of TYPE=DSECT, what difference will be there in receiving and sending the value using PICIN and PICOUT of the TRANS field.
Please let me know your comments