Print more than 9 fields using Vprint



Compuware's data management products: File-AID for IMS, File-AID/MVS, File-AID for DB2 and DBA-XPERT for DB2

Print more than 9 fields using Vprint

Postby richagoyal » Fri Oct 07, 2011 12:08 pm

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 ?
richagoyal
 
Posts: 20
Joined: Thu May 27, 2010 11:45 am
Has thanked: 0 time
Been thanked: 0 time

Re: Print more than 9 fields using Vprint

Postby dick scherrer » Sat Oct 29, 2011 11:01 am

Hello,

VP001-DATA TRUNCATION OCCURRED WHILE PROCESSING YOUR VPRINT REQUEST

Suggest you look in the File-Aid documentation (or possibly the online Help).
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to File-AID

 


  • Related topics
    Replies
    Views
    Last post