 




<?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; MVS</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/mvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 00:58:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Alternatives to the CEMT commands in CICS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/alternatives-to-the-cemt-commands-in-cics/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/alternatives-to-the-cemt-commands-in-cics/#comments</comments>
		<pubDate>Tue, 10 May 2011 19:52:58 +0000</pubDate>
		<dc:creator>VMCNAB</dc:creator>
				<category><![CDATA[CEMT]]></category>
		<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS programs]]></category>
		<category><![CDATA[MVS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you do not have access to CEMT in CICS and want to know the size of an online program how can one go about this without using CEMT? Are there any other similar commands?]]></description>
				<content:encoded><![CDATA[<p>If you do not have access to CEMT in CICS and want to know the size of an online program how can one go about this without using CEMT? Are there any other similar commands?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/alternatives-to-the-cemt-commands-in-cics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I access job info directly from the CA-View</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 17:07:07 +0000</pubDate>
		<dc:creator>Emwii</dc:creator>
				<category><![CDATA[CA View]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[MVS system]]></category>
		<category><![CDATA[REXX]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What I would like to do is to display a list of jobs that are defined to CA-View then retrieve those jobs using SARBCH. I have a list, but it has to be manually maintined and I am trying to remove that aspect of the process.]]></description>
				<content:encoded><![CDATA[<p>What I would like to do is to display a list of jobs that are defined to CA-View then retrieve those jobs using SARBCH. I have a list, but it has to be manually maintined and I am trying to remove that aspect of the process.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Error &#8217;1808&#8242;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ftp-error-1808/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ftp-error-1808/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 16:40:13 +0000</pubDate>
		<dc:creator>TD1951</dc:creator>
				<category><![CDATA[FTP Error Codes]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[Mainframe programming]]></category>
		<category><![CDATA[MVS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What iis the cause of an FTP 1808 error codse to be issued?]]></description>
				<content:encoded><![CDATA[<p>What iis the cause of an FTP 1808 error codse to be issued?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ftp-error-1808/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enterprise Cobol obtaining calling program name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/enterprise-cobol-obtaining-calling-program-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/enterprise-cobol-obtaining-calling-program-name/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:20:43 +0000</pubDate>
		<dc:creator>Dfailla</dc:creator>
				<category><![CDATA[COBOL]]></category>
		<category><![CDATA[Data Area]]></category>
		<category><![CDATA[MVS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Enterprise Cobol v3.4 on Z/OS 1.9. Batch called program. I want to parse through mvs data areas to obtain the program name that called my program(dynamically). I have viewed examples on Share website to get some system info. I need specifically the program name that called my program. Is this possible in a batch program? [...]]]></description>
				<content:encoded><![CDATA[<p>Enterprise Cobol v3.4 on Z/OS 1.9. Batch called program. I want to parse through mvs data areas to obtain the program name that called my program(dynamically). I have viewed examples on Share website to get some system info. I need specifically the program name that called my program. Is this possible in a batch program? thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/enterprise-cobol-obtaining-calling-program-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FTP Pre-PUT Command for DataStage</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ftp-pre-put-command-for-datastage/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ftp-pre-put-command-for-datastage/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 14:03:25 +0000</pubDate>
		<dc:creator>BobBill</dc:creator>
				<category><![CDATA[Data Stage]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[NT Server]]></category>
		<category><![CDATA[Z-OS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is the format for the parameters in the FTP Pre-PuT Command area in the output parameters area for file transfer to MVS Z-OS?]]></description>
				<content:encoded><![CDATA[<p>What is the format for the parameters in the FTP Pre-PuT Command area in the output parameters area for file transfer to MVS Z-OS?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ftp-pre-put-command-for-datastage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MVS JCL Return-code</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/return-code/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/return-code/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:02:29 +0000</pubDate>
		<dc:creator>Daniel56</dc:creator>
				<category><![CDATA[JCL]]></category>
		<category><![CDATA[MVS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do I pass pass a return-code of 4 back to MVS JCL?]]></description>
				<content:encoded><![CDATA[<p>How do I pass pass a return-code of 4 back to MVS JCL?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/return-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C/C++ for MVS: Reading the master catalog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cc-plus-plus-for-mvs-reading-the-master-catalog-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cc-plus-plus-for-mvs-reading-the-master-catalog-2/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:12:46 +0000</pubDate>
		<dc:creator>Cristit</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[OS/390]]></category>
		<category><![CDATA[z/OS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to get the same output as &#8220;ls &#8216;*&#8217;&#8221; from z/OS FTPD. I think this can be done by reading the master catalog. Until now I found no way to open it from C. I found out that the master catalog path is in SYS1.NUCLEUS(SYSCATLG). It says: S6SYS1113CCATALOG.Z16S.MASTER So, my master catalog is CATALOG.Z16S.MASTER. [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to get the same output as &#8220;ls &#8216;*&#8217;&#8221; from z/OS FTPD.</p>
<p>I think this can be done by reading the master catalog. Until now I found no way to open it from C.</p>
<p>I found out that the master catalog path is in SYS1.NUCLEUS(SYSCATLG). It says: S6SYS1113CCATALOG.Z16S.MASTER<br />
So, my master catalog is CATALOG.Z16S.MASTER. I thought I could be able to open it with fopen, but it doesn&#8217;t work.</p>
<p>Am I missing something?<br />
Any help is appreciated.</p>
<p>IBMUSER:/u/ibmuser: &gt;uname -a<br />
OS/390 ADCD 16.00 03 9121</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cc-plus-plus-for-mvs-reading-the-master-catalog-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>connect:direct &#8211; create a new Windows Folder on the SNODE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/connectdirect-create-a-new-windows-folder-on-the-snode/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/connectdirect-create-a-new-windows-folder-on-the-snode/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 03:54:13 +0000</pubDate>
		<dc:creator>Johnc</dc:creator>
				<category><![CDATA[Connect:Direct]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[Windows 2000 Server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve been requested to send a set of files from MVS to a Windows Server each month. Each set of files is to be created in a new dated, say, RRSyymm, Folder. It&#8217;s expected that some connect:direct specification will be able to create a new Folder each month on the destination Server. Can / How [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been requested to send a set of files from MVS to a Windows Server each month.</p>
<p>Each set of files is to be created in a new dated, say, RRSyymm, Folder.</p>
<p>It&#8217;s expected that some connect:direct specification will be able to create a new Folder each month on the destination Server.</p>
<p>Can / How do I do that?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/connectdirect-create-a-new-windows-folder-on-the-snode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Statistical functions in C++ MVS/ESA</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/statistical-functions-in-c-plus-plus-mvsesa/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/statistical-functions-in-c-plus-plus-mvsesa/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 15:08:42 +0000</pubDate>
		<dc:creator>Timothy Li</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Excel 2003]]></category>
		<category><![CDATA[MVS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Miscrosoft Excel has statistical functions such as BETAINV BETADIST NORMDIST NORMINV. Does C++ in MVS/ESA has similar functions? How do you implement statistical functions such as above in a MVS/ESA environment?]]></description>
				<content:encoded><![CDATA[<p>Miscrosoft Excel has statistical functions such as BETAINV BETADIST NORMDIST NORMINV. Does C++ in MVS/ESA has similar functions?<br />
How do you implement statistical functions such as above in a MVS/ESA environment?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/statistical-functions-in-c-plus-plus-mvsesa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need an MVS assembler snipett showing SYSOUT dynamic allocation</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-an-mvs-assembler-snipett-showing-sysout-dynamic-allocation/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-an-mvs-assembler-snipett-showing-sysout-dynamic-allocation/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:43:08 +0000</pubDate>
		<dc:creator>A218433</dc:creator>
				<category><![CDATA[Dynamic allocation]]></category>
		<category><![CDATA[Microsoft Virtual Server]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[SYSOUT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need a copy of some MVS assembler code showing how dynamic allocation of SYSOUT is done. thanks]]></description>
				<content:encoded><![CDATA[<p>I need a copy of some MVS assembler code showing how dynamic allocation of SYSOUT is done. thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-an-mvs-assembler-snipett-showing-sysout-dynamic-allocation/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/32 queries in 0.041 seconds using memcached
Object Caching 906/1071 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 08:09:11 -->