ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakc_5.4.0.1/rzakcmstzigcalt.htm

79 lines
4.5 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="IGCALTTYP (Alternative Data Type) keyword" />
<meta name="abstract" content="Specify this field-level keyword to change input- and output-capable alphanumeric character fields to DBCS fields with data type O." />
<meta name="description" content="Specify this field-level keyword to change input- and output-capable alphanumeric character fields to DBCS fields with data type O." />
<meta name="DC.subject" content="IGCALTTYP (DBCS Alternative Data Type) keyword, DBCS Alternative Data Type (IGCALTTYP) keyword" />
<meta name="keywords" content="IGCALTTYP (DBCS Alternative Data Type) keyword, DBCS Alternative Data Type (IGCALTTYP) keyword" />
<meta name="DC.Relation" scheme="URI" content="dspkwd.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzakcmstzigcalt" />
<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>IGCALTTYP (Alternative Data Type) keyword</title>
</head>
<body id="rzakcmstzigcalt"><a name="rzakcmstzigcalt"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">IGCALTTYP (Alternative Data Type) keyword</h1>
<div><p>Specify this field-level keyword to change input- and output-capable
alphanumeric character fields to DBCS fields with data type O.</p>
<div class="section"><p>This keyword has no parameters.</p>
<p>Put the keyword into effect
by specifying IGCDTA(*YES) on the CRTDSPF, CHGDSPF, and OVRDSPF commands.
Fields specified with this keyword are DBCS fields when you specify IGCDTA(*YES)
and are alphanumeric character fields when you specify IGCDTA(*NO). For example,
you can create the file by specifying IGCDTA(*NO) on the CRTDSPF command.
When using the file to display DBCS data, override the file with the OVRDSPF
command, specifying IGCDTA(*YES). To override the display file IGCDSPF, type: <kbd class="userinput">OVRDSPF
FILE(IGCLIB/IGCDSPF) IGCDTA(*YES)</kbd></p>
<p>Consider
the following rules, when using the IGCALTTYP keyword:</p>
<ul><li>Specify this keyword only for input- and output-capable fields whose keyboard
shift type is A, N, X, W, or I. Do not specify this keyword for DBCS fields.
<div class="note"><span class="notetitle">Note:</span> Fields specified with IGCDTA(*YES) are recognized as alphanumeric OPEN
data type fields (O) when keyboard shift type is defined as N, X, W, or I.</div>
</li>
<li>The following keywords are not allowed with the IGCALTTYP keyword: <p>AUTO(RAZ)<br />
BLKFOLD<br />
CHECK(M10 M11 M10F M11F RL RZ VN VNE)<br />
CMP(EQ GE GT LE LT NE NG NL)<br />
COMP(EQ GE GT LE LT NE NG NL)<br />
DUP<br />
RANGE<br />
VALUES</p>
</li>
</ul>
<p>Option indicators are not allowed with IGCALTTYP.</p>
</div>
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
the IGCALTTYP keyword on the DDS coding form.</p>
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00010A R RECORD
00020A FLDA 79A I 23 2IGCALTTYP
A</pre>
<p>When the IGCALTTYP keyword is put into effect, FLDA can
contain DBCS data.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dspkwd.htm" title="Some DDS keywords should be avoided in DBCS data fields, and others used with caution.">Keyword considerations for display files that use DBCS</a></div>
</div>
</div>
</body>
</html>