Hi ,
i am trying to display more than 9 fileds in my jcl but it is giving error.
My jcl is :
//JS10 EXEC PGM=FILEAID,REGION=6M
//
//
//SYSIN DD *
$$DD01 VPRINT SHOW=FORMAT,LAYOUT=abc1236,
FILLER=ON,ZERO=OFF,FIELDS=(2,4,440,227,229,244,239,211,98)
$$DD02 VPRINT SHOW=FORMAT,LAYOUT=abc12356,TRUNC=NO,ORDER=1,
FILLER=ON,ZERO=OFF,FIELDS=(47,465,473,468,476,463,471,493,414)
it is giving me error :
VP001-DATA TRUNCATION OCCURRED WHILE PROCESSING YOUR VPRINT REQUEST
Can anyone help me how to solve this ?