View previous topic :: :: View next topic
|
Author |
Message |
ramsri
Active User
Joined: 18 Oct 2008 Posts: 380 Location: India
|
|
|
|
Hi,
I am using below SYSIN with a SORT job:
Code: |
SYSIN :
SORT FIELDS=COPY
INREC IFTHEN=(WHEN=GROUP,BEGIN=(2,3,CH,EQ,C'SRI'),
PUSH=(501:17,8,36,1,40,11,82,6))
|
The SYSOUT shows below informational message which I don't understand.
Quote: |
WER257I INREC RECORD LENGTH = 526
WER238I POTENTIALLY INEFFICIENT USE OF INREC
WER110I SORTOUT : RECFM=FB ; LRECL= 526; BLKSIZE= 526
|
Is it ok to leave it out because it is just informational or should anything need to be modified in sort card?
Please suggest.
Thanks. |
|
Back to top |
|
 |
|
|
dick scherrer
Site Director
Joined: 23 Nov 2006 Posts: 19270 Location: Inside the Matrix
|
|
|
|
Hello,
Did you read the description of this message in the Syncsort manual?
If not, do so now and post back here if there are still questions.
When you read the manual, you will find that it will probably be a good thing to change your sort control. . . |
|
Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 1703 Location: Australia
|
|
|
|
Hi,
as an aside
Quote: |
WER110I SORTOUT : RECFM=FB ; LRECL= 526; BLKSIZE= 526
|
the blocksize seems rather inefficient
Gerry |
|
Back to top |
|
 |
|
|