ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakd_5.4.0.1/rzakdmstptinvmm.htm

86 lines
4.5 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="INVMMAP (Invoke Medium Map) keyword in printer files" />
<meta name="abstract" content="Use this record-level keyword to invoke a new medium map." />
<meta name="description" content="Use this record-level keyword to invoke a new medium map." />
<meta name="DC.subject" content="INVMMAP (Invoke Medium Map) keyword, Invoke Medium Map (INVMMAP) keyword" />
<meta name="keywords" content="INVMMAP (Invoke Medium Map) keyword, Invoke Medium Map (INVMMAP) keyword" />
<meta name="DC.Relation" scheme="URI" content="rzakdmstprkey.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="rzakdmstptinvmm" />
<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>INVMMAP (Invoke Medium Map) keyword in printer files</title>
</head>
<body id="rzakdmstptinvmm"><a name="rzakdmstptinvmm"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">INVMMAP (Invoke Medium Map) keyword in printer files</h1>
<div><p>Use this record-level keyword to invoke a new medium map.</p>
<div class="section"><p>Invoke medium map (IMM) specifies the name of the medium in a
form definition. The medium map in the form definition allows the user to
select or change print parameters, such as input drawer, page
rotation, or overlays.</p>
<p>The format of the keyword is:</p>
<pre>INVMMAP(medium-map-name | &amp;medium-map-name-field);</pre>
<p>The
medium-map-name parameter is required and defines a medium map in the form
definition. This parameter is 8 characters. You can specify the medium map
name as a constant or program-to-system field.</p>
<p>When you specify the
medium-map-name parameter as a program-to-system field, the field must exist
in the same record format as the INVMMAP keyword. It must be defined as length
of 8, data type A (character), and usage P (program-to-system).</p>
<p>This
keyword is valid with DEVTYPE(*AFPDS) and also a form definition must be specified
on the print file. If DEVTYPE is changed to anything other than *AFPDS, the
keyword will be ignored and a warning message will be issued at print time.</p>
<div class="p">The
INVMMAP, SKIP, and SPACE keywords are processed in the following order. If
you specify this keyword at the field level, skipping is performed before
the field prints. <pre> SKIPB
SPACEB
INVMMAP
SPACEA
SKIPA </pre>
</div>
<p>The medium map specified remains in effect for
the remainder of the file unless changed by another INVMMAP keyword.</p>
<p>Option
indicators are valid for this keyword.</p>
</div>
<div class="section"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
the INVMMAP keyword.</p>
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A
A R RECORD1
A 02 INVMMAP(MAP1)
A R RECORD2 INVMMAP(&amp;MAP)
A MAP 8A P
A</pre>
<p>In the example, RECORD1 uses a new medium map (MAP1).
RECORD2 allows the application program to specify the name of medium map by
setting program variable MAP.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakdmstprkey.htm" title="See the valid keyword entries for defining printer files in this topic.">Keyword entries for printer files (positions 45 through 80)</a></div>
</div>
</div>
</body>
</html>