102 lines
6.0 KiB
HTML
102 lines
6.0 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="FRCDTA (Force Data) keyword for display files" />
|
|
<meta name="abstract" content="Use this record-level keyword to display a record format immediately, without waiting for the next input or input/output operation. When the buffer is partially full, the FRCDTA keyword can be used to clear the buffer." />
|
|
<meta name="description" content="Use this record-level keyword to display a record format immediately, without waiting for the next input or input/output operation. When the buffer is partially full, the FRCDTA keyword can be used to clear the buffer." />
|
|
<meta name="DC.subject" content="FRCDTA (Force Data) keyword, Force Data (FRCDTA) keyword" />
|
|
<meta name="keywords" content="FRCDTA (Force Data) keyword, Force Data (FRCDTA) 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="rzakcmstdffdta" />
|
|
<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>FRCDTA (Force Data) keyword for display files</title>
|
|
</head>
|
|
<body id="rzakcmstdffdta"><a name="rzakcmstdffdta"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">FRCDTA (Force Data) keyword for display files</h1>
|
|
<div><p>Use this record-level keyword to display a record format immediately,
|
|
without waiting for the next input or input/output operation. When the buffer
|
|
is partially full, the FRCDTA keyword can be used to clear the buffer.</p>
|
|
<div class="section"> <div class="note"><span class="notetitle">Note:</span> If this keyword is used after each write statement, performance
|
|
problems will occur.</div>
|
|
<p>This keyword has no parameters.</p>
|
|
<p>When this keyword is in effect for
|
|
a record format, the record format is displayed as if you had specified DFRWRT(*NO)
|
|
on the Create Display File (CRTDSPF) command or the Change Display File (CHGDSPF)
|
|
command.</p>
|
|
<p>You can use this keyword when DFRWRT(*YES) is in effect for
|
|
the display file and your program does several output operations before doing
|
|
an input operation. With DFRWRT(*YES) specified, none of the record formats
|
|
is displayed until the input operation. There might be a long delay for the
|
|
workstation user while the program completes its processing. You can specify
|
|
FRCDTA for a record format that is displayed first. This record format tells
|
|
the workstation user that the delay is normal. For a step-by-step description,
|
|
see the example in this topic.</p>
|
|
<p>FRCDTA can be specified once for each
|
|
record format.</p>
|
|
<p>Option indicators are valid for this keyword.</p>
|
|
</div>
|
|
<div class="example"><h4 class="sectiontitle">Example</h4> <p>The following example shows how to specify
|
|
the FRCDTA keyword.</p>
|
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
00010A* Following record format displays in progress message
|
|
00020A R INPROG LOCK
|
|
00030A FRCDTA
|
|
00040A 12 21'Please wait; +
|
|
00050A operations in progress'
|
|
A
|
|
00060A* Following record format uses upper part of screen
|
|
00070A R RCD1 OVERLAY
|
|
00080A 1 34'Sample Title'
|
|
00090A FLD1 8 0 3 2
|
|
00100A FLD2 20 4 2
|
|
A
|
|
00110A* Following record format uses middle part of screen
|
|
00120A R RCD2 OVERLAY
|
|
00120A FLDA 8 11 2
|
|
00140A FLDB 18 12 2
|
|
A
|
|
00150A* Following record format uses lower part of screen
|
|
00160A R RCD3 OVERLAY
|
|
00170A FLDC 8 B 15 2
|
|
00180A FLDD 8 B 16 2
|
|
A</pre>
|
|
<p>Three record formats (RCD1,
|
|
RCD2, and RCD3) are used to create a single display; each of these record
|
|
formats uses only a part of the display. Record format INPROG prepares the
|
|
workstation user for the delay while the other three record formats are prepared.
|
|
The program does the following operations:</p>
|
|
<ul><li>Displays record format INPROG. With FRCDTA specified, this displays the
|
|
in-progress notice immediately. The keyboard remains locked because the LOCK
|
|
keyword is specified.</li>
|
|
<li>Continues processing to prepare the other three record formats (RCD1,
|
|
RCD2, and RCD3), then displays them. Since they overlap record format INPROG,
|
|
it is erased.</li>
|
|
<li>Reads record format RCD3. This unlocks the keyboard and the workstation
|
|
user can respond to the complete display.</li>
|
|
</ul>
|
|
</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> |