IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

file aid memory insufficient


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Sat Apr 01, 2006 10:50 am
Reply with quote

hi frds i tried browsing a file using fileaid.but i got memory insufficient message.i tries even eith temporary option also.but i did not get it.wats teh raeson fot tyheis n how to solve this.


how to get the last 10 records using fileaid
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Mon Apr 03, 2006 12:20 pm
Reply with quote

hi

any one can spare something and solve my prb
Back to top
View user's profile Send private message
veenavalli

New User


Joined: 20 Apr 2005
Posts: 4
Location: Hyderabad

PostPosted: Fri Apr 07, 2006 7:32 pm
Reply with quote

Hi,

If you have opened more screens and if the file which you are browsing more records then we will get this problem.

Veena.
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Wed Apr 19, 2006 4:16 pm
Reply with quote

HOW TO SOLVE THIS PROBLEM
Back to top
View user's profile Send private message
BruceC

New User


Joined: 14 Mar 2006
Posts: 6
Location: Los Angeles

PostPosted: Fri Apr 21, 2006 4:36 am
Reply with quote

Have you tried File Aid in batch? Something like this?
Code:

//*---------------------------------------------------------------
//*  FILE AID: COPY LAST 10 RECORD IN DD01 TO DD010
//*---------------------------------------------------------------
//STEP0100 EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//DD01     DD DISP=SHR,DSN=your.file
//DD01O    DD DSN=&&TEN,
//          DISP=(NEW,PASS),
//          UNIT=SYSDA,SPACE=(TRK,(1,1),RLSE),RECFM=FB,LRECL=80
//SYSIN  DD *
$$DD01 COPYBACK OUT=10
/*
//*
//*  FILE AID BATCH: RESTORE ORIGINAL ORDER
//*
//STEP0200 EXEC PGM=FILEAID,COND=(4,LT)
//SYSPRINT DD SYSOUT=*
//DD01     DD DSN=&&TEN,DISP=(OLD,PASS)
//DD01O    DD DSN=your.file.subset,DISP=SHR
//SYSIN  DD *
$$DD01 COPYBACK OUT=10
/*
//*
Back to top
View user's profile Send private message
vishal_a

New User


Joined: 24 May 2005
Posts: 45
Location: Noida

PostPosted: Sat Apr 22, 2006 9:01 pm
Reply with quote

Hi,

There is also an option to increase the memory of the fileaid resources. I guess the option is 0 and from there we can increase the primary and secondary memory.

You are trying right with Temporary option either way you can also use the quick 'Q' option also.

thanks
Back to top
View user's profile Send private message
prasidha

New User


Joined: 25 Apr 2006
Posts: 8

PostPosted: Thu May 04, 2006 8:48 am
Reply with quote

hi,

When i try to open some files which has huge amount of data in the edit mode it automatically opens in the browse mode.how to overcome this problem.

awaiting your suggestions

thanks...
Back to top
View user's profile Send private message
prasidha

New User


Joined: 25 Apr 2006
Posts: 8

PostPosted: Tue May 09, 2006 6:11 pm
Reply with quote

hi,

could anyone spare time to give a solution to the above asked question.

thanks in advance
Back to top
View user's profile Send private message
BruceC

New User


Joined: 14 Mar 2006
Posts: 6
Location: Los Angeles

PostPosted: Thu May 11, 2006 1:47 am
Reply with quote

File-Aid, like any resource, has a limit to how much memory it can use. I recommend talking with a co-worker about the problem you need solved.

Once you can describe the problem more specifically, open a new topic instead of using this one. That way, the widest range of viewers will be able to see your request.
Back to top
View user's profile Send private message
mahapatrasoumya

New User


Joined: 13 Apr 2006
Posts: 7

PostPosted: Fri May 19, 2006 4:00 pm
Reply with quote

Hi stly,
try this out...

In file aid with temporary selection criteria press enter.
Then go to option 1 and in the last but one tab specify the number of records that u want to view 10 in ur case and then specify B in the last tab. press enter and press F3 twice to view the records.
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Thu Jun 15, 2006 5:42 pm
Reply with quote

thanks a lot to all .
mahapatrasoumya u r corect.
is there any way to get 2 5 9 records in ifleaid
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 7
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top