103 lines
6.2 KiB
HTML
103 lines
6.2 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="ALWGPH (Allow Graphics) keyword for display files" />
|
|
<meta name="abstract" content="This file- or record-level keyword allows the display of graphics and the alphanumeric contents displayed by the record format on a 5292 Model 2 Color Display Station at the same time." />
|
|
<meta name="description" content="This file- or record-level keyword allows the display of graphics and the alphanumeric contents displayed by the record format on a 5292 Model 2 Color Display Station at the same time." />
|
|
<meta name="DC.subject" content="ALWGPH (Allow Graphics) keyword, Allow Graphics (ALWGPH) keyword" />
|
|
<meta name="keywords" content="ALWGPH (Allow Graphics) keyword, Allow Graphics (ALWGPH) keyword" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakcmstkeyent.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="rzakcmstdfalwg" />
|
|
<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>ALWGPH (Allow Graphics) keyword for display files</title>
|
|
</head>
|
|
<body id="rzakcmstdfalwg"><a name="rzakcmstdfalwg"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">ALWGPH (Allow Graphics) keyword for display files</h1>
|
|
<div><p>This file- or record-level keyword allows the display of graphics
|
|
and the alphanumeric contents displayed by the record format on a 5292 Model
|
|
2 Color Display Station at the same time.</p>
|
|
<div class="section"><p>The keyword is ignored if it is specified for a file displayed
|
|
on any other type of display.</p>
|
|
<p>This keyword has no parameters.</p>
|
|
<p>When
|
|
a record with this keyword in effect is written to a 5292 Model 2 Color Display
|
|
Station, the device is placed in graphics display mode, if it was not already
|
|
in that mode. This is done whether the keyword is in effect for any other
|
|
record also displayed on the device. The device remains in graphics display
|
|
mode as long as there is any record displayed with the ALWGPH keyword selected.
|
|
Displaying a record that does not have the ALWGPH keyword will not cause graphics
|
|
display mode to end.</p>
|
|
<p>To turn the graphics display off, you must delete
|
|
all records with the ALWGPH keyword in them from the display (or option off
|
|
the keyword in those records). When the graphics display is turned off, any
|
|
graphics already on the display <em>are not</em> deleted, but are no longer
|
|
displayed. Provided that the graphics display is not deleted (through the
|
|
use of Graphical Data Display Manager (GDDM<sup>®</sup>) functions), it will be displayed
|
|
again the next time a record with ALWGPH is displayed, including one from
|
|
a secondary interactive job called from the System Request Menu.</p>
|
|
<div class="p">In
|
|
the graphics display mode: <ul><li>The device is automatically placed in reduced line spacing
|
|
mode, with less space between lines. This is done regardless of the workstation
|
|
user's choice of this mode from the keyboard (in local mode), and it cannot
|
|
be overridden by the user.</li>
|
|
<li>Any graphics that are already on the display when the DDS record format
|
|
is displayed remain on the display as a background to the alphanumeric characters
|
|
displayed by the record format.</li>
|
|
</ul>
|
|
</div>
|
|
<p>Option indicators are valid for this keyword.</p>
|
|
<p>This keyword
|
|
cannot be specified with the SFL or the USRDFN keywords.</p>
|
|
</div>
|
|
<div class="example"><h4 class="sectiontitle">Example 1</h4><p>The following example shows how to specify
|
|
the ALWGPH keyword.</p>
|
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
00010A R RECORD1 ALWGPH
|
|
00020A 23 2'Enter account number:'
|
|
00030A ACCT 5 B +2
|
|
A</pre>
|
|
<p>In the example, RECORD1 can be displayed with graphics.
|
|
The constant <em>Enter account number:</em> and the field ACCT appear on the
|
|
display. Any graphics also displayed (through the use of GDDM routines)
|
|
appear <em>behind</em> the alphanumerics. In other words, when a graphics line
|
|
or pattern crosses the alphanumerics, a portion of the graphics is covered
|
|
by the alphanumerics.</p>
|
|
</div>
|
|
<div class="example"><h4 class="sectiontitle">Example 2</h4><p>The following example shows how RECORD2
|
|
can be displayed with graphics only if option indicator 01 is on.</p>
|
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
00010A R RECORD2
|
|
00020A 01 ALWGPH
|
|
00030A 1 34'Sample Title'
|
|
A</pre>
|
|
<p>In the example, if option indicator 01 is off, any graphics
|
|
already displayed are turned off (not deleted) and only the alphanumerics
|
|
specified through DDS (such as <em>Sample Title</em>) appear on the display.
|
|
On a later output operation, with option indicator 01 on, the graphics reappear
|
|
with the alphanumerics.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakcmstkeyent.htm" title="You type the keyword entries that define display files in positions 45 through 80 (functions).">DDS keyword entries for display files (positions 45 through 80)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |