- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tru64 Unix
Operating System - HP-UX
1819997
Members
4089
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 02:57 AM
тАО02-19-2003 02:57 AM
Tru64 Unix
When i run cobol internal sort command it creates a tmp file in /tmp directory which is too big and use all the available free space. Which stops all the process.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 03:11 AM
тАО02-19-2003 03:11 AM
Re: Tru64 Unix
stop cobol??? (ps -ef|grep -i cobol)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 03:28 AM
тАО02-19-2003 03:28 AM
Re: Tru64 Unix
Hi
11.2.4 TMPDIR Environment Variable
The TMPDIR environment variable enables you to specify a different path in which to store temporary files . This can be necessary if the run-time system needs to page data to disk when creating heaps or sorting. For details of setting the TMPDIR environment variable, see the appendix Micro Focus Environment Variables.
TMPDIR
Specifies a directory in which to store temporary files in place of the UNIX system default.
Syntax:
TMPDIR=path-name
export TMPDIRParameters:
path-name The directory used by UNIX applications for any temporary work files. Temporary work files can be created by COBOL utilities such as cob or by the run-time system when it support statements such as SORT. If you do not specify a directory, the system default directory is used.
Comments:
You might need to use this environment variable if the run-time system needs to page data to disk when creating heaps or sorting.
--------------------------------------------------------------------------------
steve steel
It is always darkest just before it becomes completely dark.
11.2.4 TMPDIR Environment Variable
The TMPDIR environment variable enables you to specify a different path in which to store temporary files . This can be necessary if the run-time system needs to page data to disk when creating heaps or sorting. For details of setting the TMPDIR environment variable, see the appendix Micro Focus Environment Variables.
TMPDIR
Specifies a directory in which to store temporary files in place of the UNIX system default.
Syntax:
TMPDIR=path-name
export TMPDIRParameters:
path-name The directory used by UNIX applications for any temporary work files. Temporary work files can be created by COBOL utilities such as cob or by the run-time system when it support statements such as SORT. If you do not specify a directory, the system default directory is used.
Comments:
You might need to use this environment variable if the run-time system needs to page data to disk when creating heaps or sorting.
--------------------------------------------------------------------------------
steve steel
It is always darkest just before it becomes completely dark.
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 03:29 AM
тАО02-19-2003 03:29 AM
Re: Tru64 Unix
Most applications allow you to set a environment variable which controls what it uses for temporary space. You should be able to cause your sorts to use something besides /tmp. Check your Cobol docs.
Pete
Pete
Pete
Pete
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP