68 lines
3.9 KiB
HTML
68 lines
3.9 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="concept" />
|
|
<meta name="DC.Title" content="Why source files are used" />
|
|
<meta name="abstract" content="A source file is used when a command alone cannot supply sufficient information for creating an object." />
|
|
<meta name="description" content="A source file is used when a command alone cannot supply sufficient information for creating an object." />
|
|
<meta name="DC.subject" content="source file, concepts" />
|
|
<meta name="keywords" content="source file, concepts" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafosetsrc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafodbf.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbafosrcc" />
|
|
<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>Why source files are used</title>
|
|
</head>
|
|
<body id="rbafosrcc"><a name="rbafosrcc"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Why source files are used</h1>
|
|
<div><p>A source file is used when a command alone cannot supply sufficient
|
|
information for creating an object.</p>
|
|
<p>A source file contains input (source) data needed to create some types
|
|
of objects. For example, to create a control language (CL) program, you must
|
|
use a source file containing source statements, which are in the form of commands.
|
|
To create a logical file, you must use a source file containing data description
|
|
specifications (DDS).</p>
|
|
<div class="p">To create the following objects, source files are required: <ul><li>High-level language programs</li>
|
|
<li>Control language programs</li>
|
|
<li>Logical files</li>
|
|
<li>Intersystem communications function (ICF) files</li>
|
|
<li>Commands</li>
|
|
</ul>
|
|
</div>
|
|
<div class="p">To create the following objects, source files can be used, but are <em>not</em> required: <ul><li>Physical files</li>
|
|
<li>Display files</li>
|
|
<li>Printer files</li>
|
|
<li>Translate tables</li>
|
|
</ul>
|
|
</div>
|
|
<p>A source file can be a database file, diskette file, tape file, or inline
|
|
data file. (An inline data file is included as part of a job.) A source database
|
|
file is another type of database file. You can use a source database file
|
|
as you would any other database file on the system.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafosetsrc.htm" title="This topic describes how to set up source files and why you use them.">Set up source files</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbafodbf.htm" title="A database file is one of the several types of the system object type *FILE. A database file contains descriptions of how input data is to be presented to a program from internal storage and how output data is to be presented to internal storage from a program.">Database files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |