View previous topic :: View next topic |
Author |
Message |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Wed Dec 14, 2005 12:00 am Post subject: How to load big file ? |
|
|
Hello all,
I want to load a file(30M) by using the following way:
IND$FILE PUT FMS.DUMPXMIT RECFM(F) BLKSIZE(500)
but fail due to space be used 100 percent.
Enter "/" to select action Tracks %Used XT
-------------------------------------------------------------
ANDY.TESTS.DUMPXMIT 240 100 16
Since the above received file is defined by system, how can I make the received file defined large enough to receive file from local.
comment: system has enought space to hold file.
Thank you _________________ cheers,
Andy |
|
Back to top |
|
 |
Vinodch Beginner
Joined: 23 Dec 2002 Posts: 80 Topics: 32 Location: Chennai, India
|
Posted: Wed Dec 14, 2005 3:19 am Post subject: |
|
|
Andy
What is the length of the file and also let know the SPACE parameter defined, from your updates it seems only 16 cylinders allocated may be the job requires more than this, that might be the reason the job abending due to space problem. _________________ Thanks,
Vinod. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Dec 14, 2005 5:47 am Post subject: |
|
|
ANDY,
You can allocate the space parameters in CYLINDERS instead of default tracks. Click on the Advanced tab on File transfer process and specify the space allocation in cylinders
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Wed Dec 14, 2005 10:00 pm Post subject: |
|
|
Thank you guys for your tips. It works now. _________________ cheers,
Andy |
|
Back to top |
|
 |
|
|