ibm-information-center/dist/eclipse/plugins/i5OS.ic.ifs_5.4.0.1/rzaaxc400fun.htm

63 lines
4.3 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="ILE C/400 functions" />
<meta name="abstract" content="ILE C/400 provides the standard C functions defined by the American National Standards Institute (ANSI)." />
<meta name="description" content="ILE C/400 provides the standard C functions defined by the American National Standards Institute (ANSI)." />
<meta name="DC.subject" content="API, ILE C/400, functions, ILE C/400, C language program, ILE C/400 functions, ANSI functions, stream file, indicating use in ILE C/400" />
<meta name="keywords" content="API, ILE C/400, functions, ILE C/400, C language program, ILE C/400 functions, ANSI functions, stream file, indicating use in ILE C/400" />
<meta name="DC.Relation" scheme="URI" content="rzaaxprogapi.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzaaxc400fun" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>ILE C/400 functions</title>
</head>
<body id="rzaaxc400fun"><a name="rzaaxc400fun"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">ILE C/400 functions</h1>
<div><p>ILE C/400<sup>®</sup> provides
the standard C functions defined by the American National Standards Institute
(ANSI). </p>
<div class="section"><p>These functions can operate through either the data management
I/O support or the integrated file system stream I/O support, depending on
what you specify when you create the C program. The compiler uses the data
management I/O unless you tell it differently.</p>
</div>
<div class="section"><p>To tell the compiler to use the integrated file system stream
I/O, you must specify *IFSIO for the System interface option (SYSIFCOPT) parameter
in the Create ILE C/400 Module (CRTCMOD) or Create Bound C Program (CRTBNDC)
command. When you specify *IFSIO, the integrated file system I/O functions
are bound instead of the data management I/O functions. In effect, the ILE C/400 C
functions use the integrated file system functions to perform I/O.</p>
</div>
<div class="example"> <div class="fignone"><span class="figcap">Figure 1. ILE C/400 functions use the integrated file system stream
I/O functions</span><br /><img src="rv3n070.gif" alt="ILE C/400 functions use the integrated file system stream I/O functions" /><br /></div>
</div>
<div class="section"><p>For more information about using ILE C/400 functions with integrated file system
stream I/O, see the publication <a href="../books/sc092712.pdf" target="_blank">WebSphere<sup>®</sup> Development Studio: ILE
C/C++ Programmers Guide</a> <img src="wbpdf.gif" alt="Link to PDF" />. For details on each ILE C/400 C function, see the publication <a href="../books/sc097852.pdf" target="_blank">WebSphere Development
Studio: C/C++ Language Reference</a> <img src="wbpdf.gif" alt="Link to PDF" />. </p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxprogapi.htm" title="Many of the application program interfaces (APIs) that perform operations on integrated file system objects are in the form of C language functions.">Perform operations using APIs</a></div>
</div>
</div>
</body>
</html>