MPE/iX Intrinsics Reference Manual (32650-90875)
Chapter 3 33
Intrinsic Tasks
3 Intrinsic Tasks
This chapter is a quick reference for locating intrinsics that perform designated tasks.
Table 3-1. through Table 3-18. describe the general task, a subtask to the general task, and
the intrinsic associated with it. The general task is, in most cases, the title of a
programmer's guide and the subtasks correlate to chapters within that programmer's
guide. For information about the intrinsic specifically, refer to the later chapters of this
manual. For information about the use of an intrinsic, refer to the specified programmer's
guide.
The tasks covered are:
• Accessing Files (Table 3-1. on page 33).
• Accessing Command Interpreter Features (Table 3-1. on page 33).
• Managing Processes (Table 3-3. on page 35).
• Managing Resources and System Information (Table 3-4. on page 36).
• Programming for Localization (Table 3-5. on page 36).
• Managing Message Catalogs (Table 3-6. on page 37).
• Converting Data Types (Table 3-8. on page 38).
• Sorting and Merging Data (Table 3-8. on page 38).
• Handling Traps (Table 3-9. on page 39).
• Managing Logging Facilities (Table 3-10. on page 39).
• Debugging Applications (Table 3-11. on page 39).
• Obtaining Device Information (Table 3-12. on page 39)
• Programming in Privileged mode (Table 3-13. on page 40).
• Managing USL Files (Table 3-14. on page 40).
• Managing Data Segments (Table 3-15. on page 40).
• Changing Stack Size (Table 3-16. on page 40).
• Programming Switch (Table 3-17. on page 40).
• Controlling Asynchronous Devices (Table 3-18. on page 41).
Table 3-1. Accessing Files
Function Intrinsic Manual
Opening a file FOPEN
FPARSE
HPFOPEN
Accessing Files Programmer's
Guide
Closing a File FCLOSE Accessing Files Programmer's
Guide