ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/qibmenv.htm

54 lines
3.6 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="concept" />
<meta name="DC.Title" content="QIBM_CHILD_JOB_SNDINQMSG environment variable" />
<meta name="abstract" content="The QIBM_CHILD_JOB_SNDINQMSG environment variable is the variable that controls whether the batch immediate (BCI) job, where the Java virtual machine runs, waits before starting the Java virtual machine." />
<meta name="description" content="The QIBM_CHILD_JOB_SNDINQMSG environment variable is the variable that controls whether the batch immediate (BCI) job, where the Java virtual machine runs, waits before starting the Java virtual machine." />
<meta name="DC.Relation" scheme="URI" content="debother.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="qibmenv" />
<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>QIBM_CHILD_JOB_SNDINQMSG environment variable</title>
</head>
<body id="qibmenv"><a name="qibmenv"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">QIBM_CHILD_JOB_SNDINQMSG environment variable</h1>
<div><p>The QIBM_CHILD_JOB_SNDINQMSG environment variable is the variable
that controls whether the batch immediate (BCI) job, where the Java™ virtual
machine runs, waits before starting the Java virtual machine.</p>
<p>If you set the environment variable to 1 when the Run Java (RUNJVA)
command runs, a message is sent to the user's message queue. The message is
sent before the Java virtual machine starts in the BCI job. The message
looks like this:</p>
<blockquote><pre>Spawned (child) process 023173/JOB/QJVACMDSRV is stopped (G C)</pre>
</blockquote>
<p>To view this message, enter SYSREQ and select option 4.</p>
<p>The BCI job waits until you enter a reply to this message. A reply of (G)
starts the Java virtual machine.</p>
<p>You can set breakpoints in a *SRVPGM or *PGM, which the BCI job calls,
before replying to the message.</p>
<div class="note"><span class="notetitle">Note:</span> You cannot set breakpoints in a Java class, because at this point, the Java virtual
machine has not been started.</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="debother.htm" title="The easiest way to debug Java programs that run on your iSeries server is to use the IBM iSeries System Debugger. The IBM iSeries System Debugger provides a graphical user interface that enables you to more easily use the debugging capabilities of your iSeries server.">Debug a Java program from another display</a></div>
</div>
</div>
</body>
</html>