<?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; MBR</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/mbr/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>AS/400 Record Count</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-record-count/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-record-count/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 19:07:20 +0000</pubDate>
		<dc:creator>CharlieBrowne</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Records]]></category>
		<category><![CDATA[CL Program]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[V5R4]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need a command to use in a CL program that will give me the record count for all records in a file. RTVMBRD will do it for a single member, but I need it for MBR(*ALL). I know I can dump a *MBRLIST to a file and tally it up form there, but if [...]]]></description>
				<content:encoded><![CDATA[<p>I need a command to use in a CL program that will give me the record count for all records in a file. RTVMBRD will do it for a single member, but I need it for MBR(*ALL).<br/><br/> I know I can dump a *MBRLIST to a file and tally it up form there, but if someone already has this, why reinvent the wheel.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-record-count/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to get the &#8220;Named-FIRST MBR&#8221; in a CL/400 pgm</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-the-named-first-mbr-in-a-cl400-pgm/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-the-named-first-mbr-in-a-cl400-pgm/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 16:02:35 +0000</pubDate>
		<dc:creator>svankipu</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CL/400]]></category>
		<category><![CDATA[MBR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to access the &#8220;FIRST MBR&#8221; of a multi-membered file in a CL/400 program. my scenario &#8212;&#8212;&#8212;&#8212; I have a multi-membered file called WKSLSP, which has MBRs in the following format either MSPmmddyyn or FDBmmddyyn;(where mmddyy is the JOB-DATE and &#8216;n&#8217; is the sequence number) like :- FDB100510A  FDB100510B  FDB1005106 MSP1005103  MSP1005105 The Seq. no.(n) [...]]]></description>
				<content:encoded><![CDATA[<p>How to access the &#8220;FIRST MBR&#8221; of a multi-membered file in a CL/400 program.<br />
my scenario<br />
&#8212;&#8212;&#8212;&#8212;<br />
I have a multi-membered file called WKSLSP, which has MBRs in the following format<br />
either MSPmmddyyn or FDBmmddyyn;(where mmddyy is the JOB-DATE and &#8216;n&#8217; is the sequence number)<br />
like :-<br />
FDB100510A <br />
FDB100510B <br />
FDB1005106<br />
MSP1005103 <br />
MSP1005105<br />
The Seq. no.(n) may range from A to Z first, and then 1 to 9. So the first member on any given day will look like FDB091510A and the second one will look like FDB091510B &#038; so on, till FDB091510Z<br />
and FDB0915101, FDB0915102,..  till FDB0915109 in that sequence only.<br />
The program will be called with a parameter (either &#8216;FDB&#8217; or &#8216;MSP&#8217;)<br />
I need to pick-up the FIRST MBR of either &#8216;FDB&#8217; or &#8216;MSP&#8217;, based on the above parameter passed, in the above mentioned sequence.<br />
This seq. no. is required, as they may send us more than 1 file per day on any given day<br />
&#038; and both &#8216;MSP&#8217; &#038; &#8216;FDB&#8217; can come on the same day as well.<br />
example:<br />
In the above mentioned example&#8230;<br />
If I call the program with parm &#8216;FDB&#8217;, it should pickup &#8220;FDB100510A&#8221; as the first MBR.<br />
If there are no &#8220;FDB100510A&#8221; or &#8220;FDB100510B&#8221;, then &#8220;FDB1005106&#8243; should be picked up.<br />
Same is the case with &#8216;MSP&#8217; also(i.e. &#8220;MSP1005103&#8243; should be picked up as the first MBR)<br />
Any help would be greatly appreciated.<br />
Thanks in Advance,<br />
Svanky</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-the-named-first-mbr-in-a-cl400-pgm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>master boot record editting&#8230;..</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/master-boot-record-editting/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/master-boot-record-editting/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:54:26 +0000</pubDate>
		<dc:creator>Aliyani</dc:creator>
				<category><![CDATA[Master Boot Record (MBR)]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Partitioning]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi I have 3 parition on my old application server(C 2GB fat32 dos os,D 15GB ntfs win server 2003 sp2 os,E 15GB ntfs). the first os is dos on C but I want to change the master boot record and win server 2003 becomes my first boot os and delete it and D becames the [...]]]></description>
				<content:encoded><![CDATA[<p>Hi <br/><br/> I have 3 parition on my old application server(C 2GB fat32 dos os,D 15GB ntfs win server 2003 sp2 os,E 15GB ntfs).<br/><br/> the first os is dos on C but I want to change the master boot record and win server 2003 becomes my first boot os and delete it and D becames the active partition.Is it possible!?How can I do it?<br/><br/> Thank you for the help.<br/><br/> &#8212;&#8212;<br/><br/> Regards<br/><br/> Mahnaz<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/master-boot-record-editting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>restore MBR</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/restore-mbr/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/restore-mbr/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 18:37:44 +0000</pubDate>
		<dc:creator>Thekav</dc:creator>
				<category><![CDATA[Master Boot Record (MBR)]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[MBRbatch]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a copy of MBR (512 Bytes) on a thumb drive. How do I actually restore it to a system that won,t boot?]]></description>
				<content:encoded><![CDATA[<p>I have a copy of MBR (512 Bytes)<br />
on a thumb drive. How do I actually restore it to a system that won,t boot?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/restore-mbr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suse booting on external Hard drive problems</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/suse-booting-on-external-hard-drive-problems/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/suse-booting-on-external-hard-drive-problems/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:18:40 +0000</pubDate>
		<dc:creator>Securityn00b12</dc:creator>
				<category><![CDATA[Dell 1520]]></category>
		<category><![CDATA[External hard drives]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux installation]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[SUSE Linux]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a Dell 1520 w/ Vista home basic, also an external hard drive. I am trying to use the external HD to boot my Linux on. I installed Suse the first time, and it set up shop on the external, but put the boot section in my MBR on the internal HD on the [...]]]></description>
				<content:encoded><![CDATA[<p>I have a Dell 1520 w/ Vista home basic, also an external hard drive. I am trying to use the external HD to boot my Linux on. I installed Suse the first time, and it set up shop on the external, but put the boot section in my MBR on the internal HD on the laptop. Now, not a big deal, I reinstall Suse to the external and point it to create the MBR on that HD, and then just fix the MBR on the laptop, Horay!! I thought. The laptop will boot into vista now but I attach the external HD and it will not even think about booting into Suse, (yes I have the BIOS set to boot from USB and yes I have done it from USB before with another device on this laptop). I am at a loss now and I am not sure what to do at this point. Any help would be greatly appreciated.<br />
Thank you in advance.<br />
Securityn00b</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/suse-booting-on-external-hard-drive-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revive my subnotebook</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/revive-my-subnotebook/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/revive-my-subnotebook/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 08:41:02 +0000</pubDate>
		<dc:creator>GiL "Y"</dc:creator>
				<category><![CDATA[Libretto]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[subnotebook]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[U100]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[question deleted.]]></description>
				<content:encoded><![CDATA[<p>question deleted.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/revive-my-subnotebook/feed/</wfw:commentRss>
		<slash:comments>1</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/14 queries in 0.024 seconds using memcached
Object Caching 670/692 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 06:09:06 -->