MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

E35 performance tuning
Goto page Previous  1, 2
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Tue Apr 26, 2005 10:57 am    Post subject: Reply with quote

HBo,

Add the parm VLTESTI and see if it works.

Code:

//STEP0100 EXEC PGM=SORT,PARM='VLTESTI=1'


Check the 2nd post in this topic for the explanation of the parm VLTESTI

http://mvsforums.com/helpboards/viewtopic.php?t=3917&highlight=vltesti

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
HB0
Beginner


Joined: 20 Apr 2005
Posts: 25
Topics: 7

PostPosted: Fri Apr 29, 2005 4:29 am    Post subject: Reply with quote

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
View user's profile Send private message
HB0
Beginner


Joined: 20 Apr 2005
Posts: 25
Topics: 7

PostPosted: Tue May 03, 2005 2:01 am    Post subject: Reply with quote

Kolusu,

Eagerly waiting for some suggestions from you. Any help is highly appreciated.

Thanks,
HB0
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Tue May 03, 2005 7:49 am    Post subject: Reply with quote

HBo,

I ran short of ideas ! sorry

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
hari haran
Beginner


Joined: 22 Jun 2004
Posts: 10
Topics: 4

PostPosted: Tue May 03, 2005 7:55 am    Post subject: Reply with quote

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
View user's profile Send private message
HB0
Beginner


Joined: 20 Apr 2005
Posts: 25
Topics: 7

PostPosted: Tue May 03, 2005 9:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group