Can you please help me in below problem I am facing -->
I have one FB file with REC LENGTH 25, you can see below records in file, I am not able to understand why my sequence no is taking last 6 digits from my records value.
When I do NUM OFF or when I increase size of file, it seems ok but how can I fix it permanently with the same REC LENGTH as I can not change my Program with different file length at this stage.
Because of this Issue it is creating problem in JCL while copying to another file. It also does not allow me to reduce size of any record.
=COLS> ----+----1----+----2----+
****** *****************************
000101 0111160611111111100000101
000201 0111160611111111100000201
000301 0111160611111111100000301
000401 0111160611111111100000401
000501 0111160611111111100000501
000601 0111160611111111100000601
000701 0111160611111111100000701
000801 0111160611111111100000801
000901 0111160611111111100000901
001001 0111160611111111100001001
001201 0111160611111111100001201
001301 0111160611111111100001301
001401 0111160611111111100001401
001501 0111160611111111100001501
001502 0111160611111111100001502
****** *****************************
000101 0111160611111111100000101
000201 0111160611111111100000201
000301 0111160611111111100000301
000401 0111160611111111100000401
000501 0111160611111111100000501
000601 0111160611111111100000601
000701 0111160611111111100000701
000801 0111160611111111100000801
000901 0111160611111111100000901
001001 0111160611111111100001001
001201 0111160611111111100001201
001301 0111160611111111100001301
001401 0111160611111111100001401
001501 0111160611111111100001501
001502 0111160611111111100001502
Thank you so much in advance !!!
Alan
coded