View previous topic :: View next topic
|
Author |
Message |
niks_jude Warnings : 1 Active User
Joined: 01 Dec 2006 Posts: 144 Location: Mumbai
|
|
|
|
I am getting an "insufficient memory" error while browsing an RRDS VSAM file in file aid. Its showing only 1100 record but the file is having around 3000 records. I was browsing in char format using 'N' in selection criteria usage field. The help of fileaid suggests to use some other selection criteria usage. Can someone throw a light on which one to use and what other things I would be needed to give if I select a different selection criteria usage? |
|
Back to top |
|
|
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1436 Location: Bangalore,India
|
|
|
|
niks_jude,
Selection criteria is to filter out records basing on some condition. Since you had used N (no condition) option, you will get all the records. If you wanted to see few records (basing on some condition) try either Q or E option. |
|
Back to top |
|
|
niks_jude Warnings : 1 Active User
Joined: 01 Dec 2006 Posts: 144 Location: Mumbai
|
|
|
|
OK. The idea to chnage selection criteria usage was wrong for seeing all the records. How can I see all the 3000 records. How can I increase the space of temporary file used by file aid to conatin the records of the file I am browsing. |
|
Back to top |
|
|
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1436 Location: Bangalore,India
|
|
|
|
I dont think its possible for you to increase the space. |
|
Back to top |
|
|
niks_jude Warnings : 1 Active User
Joined: 01 Dec 2006 Posts: 144 Location: Mumbai
|
|
|
|
So that means I have no option to see all the records? |
|
Back to top |
|
|
murmohk1
Senior Member
Joined: 29 Jun 2006 Posts: 1436 Location: Bangalore,India
|
|
|
|
Quote: |
no option to see all the records? |
If you want to map the file with copybook, split the file into 'n' parts and browse individually or else we always have 3.4 option. |
|
Back to top |
|
|
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
In FILEAID, Use Option 0 Parameters, then Option 1 System to change your primary and secondary allocations. |
|
Back to top |
|
|
niks_jude Warnings : 1 Active User
Joined: 01 Dec 2006 Posts: 144 Location: Mumbai
|
|
|
|
Thanks....I will try it. |
|
Back to top |
|
|
rahulkolhe2003
New User
Joined: 06 Mar 2007 Posts: 12 Location: columbus
|
|
|
|
cpuhawg,
I tried to change the parameters and tried to view the big file with first Track 10, 5 and could view only 168983 records out of 1076866. And after the prarmeter change from Trks to cyls the results did not changed and could only view again 168983 records out of 1076866.
I am also facing the same issue again again and fileaid says "INSUFFICIENT MEMORY" which causes many problems and iterations for me.
Is there no way to atleast browse all records in fileaid? Is it the limitation of fileaid?
Regards,
Rahul |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Browsing over a million records is (IMHO) just not a good thing to try. What if the file had 100 million records? Point being that at some volume, there will not be a system big enough to handle the size.
What would you do if you could access that many?
My guess is that you'd be looking for something specific (no way could a million records be scrolled thru and looked at a screen at a time). I'd suggest creating some sort control statements or a simple program to read the file and copy selected records into a file containing only a small number of records.
When ths smaller file is created, it will be easy to browse with 3.4 or FileAid or whatever. |
|
Back to top |
|
|
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
Back to top |
|
|
rahulkolhe2003
New User
Joined: 06 Mar 2007 Posts: 12 Location: columbus
|
|
|
|
I agree that smaller file size is always a better idea.
I just want to raise a question on number of records/bytes can be browsed at one time. Is there any such limitation in fileaid?
In above example I changed the system parameters from TRKS to cylinder but it did not add a single record in addition to the number of records it showed earlier.
cpuhawg,
I checked the link and checked that for my USERID it shows the MAXSIZE as 0. Please find below.
TSO INFORMATION
---------------
ACCTNUM= 01400,01400,0140000,T,A,TSOEXXX
HOLDCLASS= J
JOBCLASS= L
MSGCLASS= J
PROC= ICQUSER
SIZE= 00008800
MAXSIZE= 00000000
SYSOUTCLASS= J
USERDATA= 0000
COMMAND= logoff
*** |
|
Back to top |
|
|
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
There is no limitation for browse, only for edit. The amount of records you can edit is related to your SIZE and MAXSIZE parameter under your TSO segment in RACF. The higher the SIZE and MAXSIZE, the greater the number of records that can be edited in FILEAID.
There are two things at play here. The original question in this post had to do with the amount of temporary space allocated to view your records. The insufficient memory error is directly related to the SIZE and MAXSIZE parameters for your TSO session. |
|
Back to top |
|
|
|