MVSFORUMS.com A Community of and for MVS Professionals
View previous topic :: View next topic
Author
Message
kolusu Site Admin Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Back to top
HB0 Beginner Joined: 20 Apr 2005 Posts: 25 Topics: 7
Posted: Fri Apr 29, 2005 4:29 am Post subject:
Kolusu,
Sorry for the delay in replying. Was on leave for 2 days. I tried the VLTESTI option, but I am still getting the Short record messages as follows.
WER108I SORTIN : RECFM=VB ; LRECL= 1100; BLKSIZE= 27998
WER257I INREC RECORD LENGTH = 1108
WER238I POTENTIALLY INEFFICIENT USE OF INREC
WER237I OUTREC RECORD LENGTH = 1108
WER110I SORTOUT : RECFM=VB ; LRECL= 1108; BLKSIZE= 27998
WER244A INREC - SHORT RECORD
My code is as follows :
//STEP2 EXEC PGM=SORT,PARM='VLTESTI=1'
//SORTIN DD DSN=****,
// DISP=SHR
//SORTOUT DD DSN=****,
// DISP=(NEW,CATLG,DELETE),
// UNIT=TEST,
// SPACE=(CYL,(10,5),RLSE),
// DCB=(RECFM=VB,LRECL=1108,BLKSIZE=0)
//SYSIN DD DSN=ABC.JCL.LIB(SORTPM),
// DISP=SHR
//SYSOUT DD SYSOUT=*
//*
Thanks,
HB0.
Back to top
HB0 Beginner Joined: 20 Apr 2005 Posts: 25 Topics: 7
Posted: Tue May 03, 2005 2:01 am Post subject:
Kolusu,
Eagerly waiting for some suggestions from you. Any help is highly appreciated.
Thanks,
HB0
Back to top
kolusu Site Admin Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Tue May 03, 2005 7:49 am Post subject:
HBo,
I ran short of ideas ! sorry
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu
Back to top
hari haran Beginner Joined: 22 Jun 2004 Posts: 10 Topics: 4
Posted: Tue May 03, 2005 7:55 am Post subject:
HBO,
Please try using OPTION VLSHRT in your Sort Card :
Code:
//SYSIN DD *
OPTION VLSHRT
SORT FIELDS=(22,14,CH,A,13,08,CH,D)
//*
Hope the above helps in avoiding the WER244A INREC - SHORT RECORD error.
Thanks,
Hari.
Back to top
HB0 Beginner Joined: 20 Apr 2005 Posts: 25 Topics: 7
Posted: Tue May 03, 2005 9:47 am Post subject:
Hariharan,
This isn't helping either. Anyways Thankyou very much for the valuable suggestions to Kolusu and you. I could learn many things.
Thanks once again
HB0.
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum