Hi,
I am pulling a file from MQ(using MQGET) which has the following structure.
Header - Rec length 100
Details - Rec length 250
As per our MVS provision, we are using a dataset with LRECL=254, RECFM=VB
But in the output DSN, the header record is getting padded with spaces to match the length of details.
Is there any way in which I can eliminate the right padded spaces?
Please advise.
Thanks
I am pulling a file from MQ(using MQGET) which has the following structure.
Header - Rec length 100
Details - Rec length 250
As per our MVS provision, we are using a dataset with LRECL=254, RECFM=VB
But in the output DSN, the header record is getting padded with spaces to match the length of details.
Is there any way in which I can eliminate the right padded spaces?
Please advise.
Thanks