90 lines
6.1 KiB
HTML
90 lines
6.1 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="task" />
|
|
<meta name="DC.Title" content="Create a signon display file" />
|
|
<meta name="abstract" content="The signon display file is used to show signon displays at workstations that are allocated to the subsystem. The signon display file can be changed when the subsystem is active. However, the new signon display file is not used until the next time the subsystem is started. To create a signon display file, use the character-based interface." />
|
|
<meta name="description" content="The signon display file is used to show signon displays at workstations that are allocated to the subsystem. The signon display file can be changed when the subsystem is active. However, the new signon display file is not used until the next time the subsystem is started. To create a signon display file, use the character-based interface." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakscreatesubsystemdef.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../nls/rbagslocalemultilingenvi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzakc/kickoff.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzakscreatesbsdispfile" />
|
|
<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>Create a signon display file</title>
|
|
</head>
|
|
<body id="rzakscreatesbsdispfile"><a name="rzakscreatesbsdispfile"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create a signon display file</h1>
|
|
<div><p>The signon display file is used to show signon displays at workstations
|
|
that are allocated to the subsystem. The signon display file can be changed
|
|
when the subsystem is active. However, the new signon display file is not
|
|
used until the next time the subsystem is started. To create a signon display
|
|
file, use the character-based interface.</p>
|
|
<div class="p">A new signon display file can be created using the IBM-supplied signon
|
|
display file as a starting point. The source for this display file is located
|
|
in library QGPL in source physical file QDDSSRC. It is strongly recommended
|
|
that you create a new source physical file and copy the IBM-supplied display
|
|
file to the new source physical file before making any changes.
|
|
In this way, the original IBM-supplied source is still available. <p><strong>Considerations:</strong></p>
|
|
<ul><li>The order in which the fields in the signon display file are declared
|
|
must not be changed. The position in which they are displayed on the display
|
|
can be changed.</li>
|
|
<li>Do not change the total size of the input or output buffers. Serious problems
|
|
can occur if the order or size of the buffers are changed.</li>
|
|
<li>Do not use the data descriptions specifications (DDS) help function in
|
|
the signon display file.</li>
|
|
<li>Always specify 256 on the <span class="parmname">MAXDEV</span> parameter.</li>
|
|
<li>The MENUBAR and PULLDOWN keywords cannot be specified in a signon display
|
|
file description.</li>
|
|
<li>The buffer length for the display file must be 318. If it is less than
|
|
318, the subsystem uses the default signon display, QDSIGNON in library QSYS.</li>
|
|
<li>The copyright line cannot be deleted.</li>
|
|
<li>Member QDSIGNON is the IBM-supplied signon display file that utilizes
|
|
a 10 character password. </li>
|
|
<li>Member QDSIGNON2 is the IBM-supplied signon display file that utilizes
|
|
a 128 character password.</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section"><strong>Command: </strong> Create Display File (<span class="cmdname">CRTDSPF</span>)</div>
|
|
<div class="section">A hidden field in the display file named UBUFFER can be changed to
|
|
manage smaller fields. UBUFFER is 128 bytes long and is stated as the last
|
|
field in the display file. This field can be changed to function as an input/output
|
|
buffer so that the data specified in this field will be available to application
|
|
programs when the interactive job is started. You can change the UBUFFER field
|
|
to contain as many smaller fields as you need if the following requirements
|
|
are met:<ul><li>The new fields must follow all other fields in the display file. The location
|
|
of the fields on the display does not matter as long as the order in which
|
|
they are put in the data description specifications (DDS) meets this requirement.</li>
|
|
<li>The length must total 128. If the length of the fields is more than 128,
|
|
some of the data will not be passed. </li>
|
|
<li>All fields must be input/output fields (type B in DDS source) or hidden
|
|
fields (type H in DDS source).</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakscreatesubsystemdef.htm" title="You can create a subsystem description in two ways. You can copy an existing subsystem description and change it, or you can create an entirely new description.">Create a subsystem description</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../nls/rbagslocalemultilingenvi.htm">Locales as part of a multi-lingual environment</a></div>
|
|
<div><a href="../rzakc/kickoff.htm">DDS for display files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |