You can do resizing through standard enquiry in Globus called
EB.BAD.SIZE.FILES, to be run from classic mode .
.
While running the ENQUIRY, it will ask for
"Gather New File Size Information?" You have to enter either FULL or FAST.
It's always advisable to use FAST option.
This will create a VOC for all the files to resize under RESIZE.GLOBUS as
below with the jrf command
jsh intstj1 ~ -->CT VOC RESIZE.GLOBUS
RESIZE.GLOBUS
001 PA
002 DISPLAY F.BATCH$HIS
003 jrf -s188 F.BATCH$HIS
004 DISPLAY F.BATCH.STATUS
005 jrf -s33 F.BATCH.STATUS
006 DISPLAY F.COMPANY$HIS
007 jrf -s31 F.COMPANY$HIS
008 DISPLAY F.CONSOLIDATE.COND$HIS
009 jrf -s32 F.CONSOLIDATE.COND$HIS
010 DISPLAY F.CONVERSION.PGMS$HIS
011 jrf -s138 F.CONVERSION.PGMS$HIS
012 DISPLAY F.COUNTRY$HIS
013 jrf -s22 F.COUNTRY$HIS
014 DISPLAY F.DE.FORMAT.PRINT$HIS
Please remove the distributed files (if any) that are selected in the VOC and
save the VOC.
You can use the below command for finding the distributed file in the VOC.
jsh->VERIFY-DISTRIB <<file name>>
Now execute the VOC. This will resize all the list of files inside the VOC as
below
jsh intstj1 ~ -->RESIZE.GLOBUS
F.BATCH$HIS
F.BATCH.STATUS
F.COMPANY$HIS
F.CONSOLIDATE.COND$HIS
F.CONVERSION.PGMS$HIS
F.COUNTRY$HIS
F.DE.FORMAT.PRINT$HIS
F.DE.FORMAT.SWIFT$HIS
F.DE.O.HANDOFF
F.DE.O.HEADER
F.DE.O.KEYLIST
You should also have this routine called, CHECK.GLOBUS.FILES that will help you
to
find the corrupted, badly sized, big sized or missing file; or (claim it from
Temenos Helpdesk)
This routine should be copy to some local the directory, let say TEMP.BP with
the file name CHECK.GLOBUS.FILES.
Compile the routine as follows.
Jsh->EB.COMPILE TEMP.BP CHECK.GLOBUS.FILES
Execute the routines as follows.
Jsh->CHECK.GLOBUS.FILES
For more information:
Please refer to the Globus archiving manual and file distributing document for
more information regarding how to archive and distribute a file.
The performance of the system depends on the volume of the database, the size
of the files and system configuration. Kindly make sure the files are resized
properly. Archiving/Distribution of files can also be done to improve the
performance.
1. Resizing will re-size the files and allocate more space to the records and
also improves performance, but as the files grow larger this affects
performance.
2. Archiving is removing the much older data that are not required and saving
it in a archive file which can be accessed later.
3. Distributing is nothing but splitting much larger files into different part
files (depending on whether each part file for each month or for each year). So
when a file is split into different part files say for example you're splitting
STMT.ENTRY based on month basis, then there'll be 12 different files.
Transactions entered will be saved in appropriate file based on the month it is
entered.
OUASSA K.
> Date: Sat, 31 Jul 2010 22:45:06 -0700
> Subject: Re: t24: How to know a file is a bad size file ?
> From: [email protected]
> To: [email protected]
>
> Since you are using T24 you have some inbuilt tools you can use for
> badly size file analysis.
>
> EB.FILE.STATS is a module in T24 which uses JFSTAT to analyze file
> stat information. The statistics table EB.FILE.STATS will be
> updated.
>
> Udayangi
>
>
>
>
>
> On Jul 30, 6:25 am, "Jim Idle" <[email protected]> wrote:
> > Please read the posting guidelines, they would have pointed you to:
> >
> > http://jbase.markmail.org/search/?q=jstat
> >
> > http://www.google.com/search?hl=en
> > <http://www.google.com/search?hl=en&safe=off&rls=com.microsoft%3Aen-us...
> > at+jbase&aq=f&aqi=g10&aql=&oq=&gs_rfai>
> > &safe=off&rls=com.microsoft%3Aen-us&q=jstat+jbase&aq=f&aqi=g10&aql=&oq=&gs_
> > r
> > fai=
> >
> > Jim
> >
> > From: [email protected] [mailto:[email protected]] On Behalf Of
> > [email protected]
> > Sent: Tuesday, July 27, 2010 5:07 PM
> > To: [email protected]
> > Cc: [email protected]
> > Subject: RE: t24: How to know a file is a bad size file ?
> >
> > hi jim,
> >
> > Thanks u. However, can u briefly describe about jstat line by line ?
> > I mean the definition of each line ?
> > Just take on file as an example.
> >
> > Thanks in advance.
> > Ms. Chhim Vorleak
> > ******************************************************
> > Programmer (Software Maintenance Unit)
> > ACLEDA Bank Plc. (Headquarters)
> > #61,Preah Monivong Blvd.,Sangkat Srah Chork,
> > Khan Daun Penh, Phnom Penh,
> > Kingdom of Cambodia
> > P.O.Box: 1149
> > H/P: 011 665 552
> > Ext.: 81130
> > Fax : 855 23 430 555 / 855 23 998 666
> > Email: [email protected]
> > Website:www.acledabank.com.kh
> > S.W.I.F.T Code: ACLBKHPP
> > *******************************************************
> >
> > From: "Jim Idle" <[email protected]>
> > To: "[email protected]" <[email protected]>
> > Date: 28/07/2010 04:31 AM
> > Subject: RE: t24: How to know a file is a bad size file ?
> >
> > _____
> >
> > Look up the jstat command.
> >
> > Jim
> >
> > > -----Original Message-----
> > > From: [email protected] [ <mailto:[email protected]>
> >
> > mailto:[email protected]] On Behalf
> >
> >
> >
> > > Of Vorleak
> > > Sent: Tuesday, July 27, 2010 12:06 AM
> > > To: jBASE
> > > Subject: t24: How to know a file is a bad size file ?
> >
> > > Dear All,
> >
> > > I have one doubt to ask, how can we know a file is a bad size file by
> > > not using command jrf ?
> > > Without checking on command jrf -Rv filename, is there any calculation
> > > to calculation modulo to recognise a file is a bad size file ?
> >
> > > Actually, I want to write a prgram to select all bad size file in
> > > system ?
> > > I am really appriciated to get any answer from all of you.
> >
> > > Thanks in advance,
> >
> > > Vorleak
> >
> > > t24: R08.005
> > > jBase: 5.0.23
> >
> > > --
> > > Please read the posting guidelines at:
> > > <http://groups.google.com/group/jBASE/web/Posting%20Guidelines>
> >
> > http://groups.google.com/group/jBASE/web/Posting%20Guidelines
> >
> > > IMPORTANT: Type T24: at the start of the subject line for questions
> > > specific to Globus/T24
> >
> > > To post, send email to [email protected]
> > > To unsubscribe, send email to [email protected]
> > > For more options, visit this group at
> > > <http://groups.google.com/group/jBASE?hl=en>
> >
> > http://groups.google.com/group/jBASE?hl=en
> >
> > --
> > Please read the posting guidelines at:
> > <http://groups.google.com/group/jBASE/web/Posting%20Guidelines>http://groups.google.com/group/jBASE/web/Posting%20Guidelines
> >
> > IMPORTANT: Type T24: at the start of the subject line for questions specific
> > to Globus/T24
> >
> > To post, send email to [email protected]
> > To unsubscribe, send email to [email protected]
> > For more options, visit this group at
> > <http://groups.google.com/group/jBASE?hl=en>http://groups.google.com/group/jBASE?hl=en
> >
> > --
> > Please read the posting guidelines
> > at:http://groups.google.com/group/jBASE/web/Posting%20Guidelines
> >
> > IMPORTANT: Type T24: at the start of the subject line for questions specific
> > to Globus/T24
> >
> > To post, send email to [email protected]
> > To unsubscribe, send email to [email protected]
> > For more options, visit this group
> > athttp://groups.google.com/group/jBASE?hl=en
>
> --
> Please read the posting guidelines at:
> http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
> IMPORTANT: Type T24: at the start of the subject line for questions specific
> to Globus/T24
>
> To post, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
--
Please read the posting guidelines at:
http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to
Globus/T24
To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en