 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; MSGID</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/msgid/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 15:43:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Is there ANY way to use MSGID in menu source?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/is-there-any-way-to-use-msgid-in-menu-source/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/is-there-any-way-to-use-msgid-in-menu-source/#comments</comments>
		<pubDate>Wed, 26 Sep 2012 19:04:35 +0000</pubDate>
		<dc:creator>BritishGent</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[MSGID]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/is-there-any-way-to-use-msgid-in-menu-source/</guid>
		<description><![CDATA[New Answer by TomLiotta]]></description>
				<content:encoded><![CDATA[New Answer by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/is-there-any-way-to-use-msgid-in-menu-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anyone know the monmsg msgid for (No active jobs to display)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/anyone-know-the-monmsg-msgid-for-no-active-jobs-to-display/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/anyone-know-the-monmsg-msgid-for-no-active-jobs-to-display/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 07:33:09 +0000</pubDate>
		<dc:creator>lotofbad</dc:creator>
				<category><![CDATA[AS/400 Active Jobs]]></category>
		<category><![CDATA[AS400 Job Status]]></category>
		<category><![CDATA[MSGID]]></category>
		<category><![CDATA[WRKACTJOB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am doing command wrkactjob sbs(mysbs) job(myjob) If the job is not active I will receive the work screen with message  (No active jobs to display) Reason: I have a cl that monitors (myjob) in (mysbs).  I have the script set to send me an alert if there is no active job found/ or is down&#8230; I just would [...]]]></description>
				<content:encoded><![CDATA[<p>I am doing command wrkactjob sbs(mysbs) job(myjob)<br/><br/> If the job is not active I will receive the work screen with message  (No active jobs to display)<br/><br/> Reason: I have a cl that monitors (myjob) in (mysbs).  I have the script set to send me an alert if there is no active job found/ or is down&#8230;<br/><br/> I just would like to know what mon msgid is being triggered when it returns the value back to my screen as (no active jobs to display) <br/><br/> part of the script:<br/><br/> myjob1: WRKACTJOB  SBS(mysbs) JOB(myjob) OUTPUT(*PRINT)                 MONMSG     MSGID(???????) EXEC(GOTO CMDLBL(alert1))                                    CMPDTA(*NONE) EXEC(GOTO CMDLBL(myjob2))                                                                             alert1:   SNDMSG     MSG(&#8216;your job is down&#8217;) +                                        TOUSR(*SYSOPR) MSGTYPE(*INQ) RPYMSGQ(QSYSOPR) <br/><br/>  <br/><br/> myjob2:<br/><br/>  <br/><br/>  <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/anyone-know-the-monmsg-msgid-for-no-active-jobs-to-display/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SNDPGMMSG, Creates the message as part of Job Log but does not display it all the time</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sndpgmmsg-creates-the-message-as-part-of-job-log-but-does-not-display-it-all-the-time/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sndpgmmsg-creates-the-message-as-part-of-job-log-but-does-not-display-it-all-the-time/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 02:19:16 +0000</pubDate>
		<dc:creator>RPG360IV</dc:creator>
				<category><![CDATA[MSGDTA]]></category>
		<category><![CDATA[MSGF]]></category>
		<category><![CDATA[MSGID]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPG/360]]></category>
		<category><![CDATA[SNDPGMMSG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[SNDPGMMSG MSGID(&#038;MSGID) MSGF(ERRMSGC) MSGDTA(&#038;MSGDATA) I have added some new code to some old programs and am getting some strange things happening. I create a Cl as indicated above that I call in my RPG?? Program to display and added a Message subfile (*ind58, to control the display) to the Display File to handle the programmed [...]]]></description>
				<content:encoded><![CDATA[<p>SNDPGMMSG MSGID(&#038;MSGID) MSGF(ERRMSGC) MSGDTA(&#038;MSGDATA)</p>
<p>I have added some new code to some old programs and am getting some strange things happening.  I create a Cl as indicated above that I call in my RPG?? Program to display and added a Message subfile (*ind58, to control the display)  to the Display File to handle the programmed controled messages,  hard errors (*ind80 = *on) and soft errors (*ind80 = *off).</p>
<p>When the data entry program runs I sometimes see the messages on line 24 and sometimes Not. If the messages do not display I can force them to appear by creating a hard error? In all cases if I press Shift ESC to  and 3 to work with job, then 10 to look at the job log, I always see the messages that should appear on line 24.</p>
<p>These old programs also have some screen controled error message handling, and these messages usually appear on a windows line below line 24.  I&#8217;m not sure if the combination of message handling or improper code additions are causing my problem.</p>
<p>Thanks for any assistance</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sndpgmmsg-creates-the-message-as-part-of-job-log-but-does-not-display-it-all-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.023 seconds using memcached
Object Caching 459/508 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 22:58:43 -->