<?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>老许的博客 &#187; Mainframe</title>
	<atom:link href="http://angelsky11.com/topics/mainframe/feed/" rel="self" type="application/rss+xml" />
	<link>http://angelsky11.com</link>
	<description>随便聊聊的地方</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:32:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[转]JCL/COBOL/DB2/CICS/VASM考试题</title>
		<link>http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/</link>
		<comments>http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:10:24 +0000</pubDate>
		<dc:creator>angelsky11</dc:creator>
				<category><![CDATA[Mainframe]]></category>

		<guid isPermaLink="false">http://www.angelsky11.com/?p=54</guid>
		<description><![CDATA[JCL Exam (60 Minutes) Name: _____________ Grade: ____________ 1. What is the difference between the JOBLIB and the STEPLIB statements? The position difference.joblib adapts whole job,steplib only exec. 2. Name some of the JCL statements that are not allowed in PROCs. Job statements,dd * statements,dd data statements,/*,null statements 3. What does a dispositions of (NEW,CATLG, KEEP) means? 4. What are three major types of JCL statements? What are their functions? Job,exec,dd statements. 5. What is the difference between catalogue procedure and In-Stream procedure? Position,调用member name,pro name, 6. What is a COND parameter in JCL? 1,position (exec,job)2, 7. How do you check the syntax of a JCL without running it? Typrun=scan 8. How do you override a specific DDNAME/SYSIN in PROC from a JCL? 调用时Dda  dsn=另外一个，dsn=,这样就是制空 9. A PROC has five steps.  Step 3 has a condition code.  How can you override or nullify this condition code? 指定到那个proc的作业步，cond(2,eq,),nullify用even 10. How do you create a temporary dataset?  Where will you use them? Dsn=&#38;&#38;    参数（new,pass,delete）下去的,这样就是temporary DB2 Exam (60 Minutes) Name: _____________ Grade: ____________ 1. How do you eliminate duplicate values in SELECT? 2. What do you accomplish by GROUP BY … HAVING clause? 3. Why SELECT * is not preferred in embedded SQL programs? 4. What is a cursor? Why should it be used? List the SQL statement for cursors. 5. What is a DB2 bind? 6. What is a host variable? How do you use it? 7. Is it mandatory to use DCLGEN? If not, why would you use it at all? 8. Give the COBOL definition of a VARCHAR field. 9. What does SQLCODE +100 means？ 10. How do you run DB2 batch program? Write down the JCL statements. VSAM Exam (60 Minutes) Name: _____________ Grade: ____________ 1. What are the four types of VSAM datasets? 2. What is a CI? 3. In the COBOL SELECT statement what is the ORGANIZATION for a KSDS? 4. What is the purpose of the FILE STATUS clause in the SELECT statement? 5. There are at least seven IDCAMS commands; name and explain each of them. 6. What is the meaning of each of the values in SHAREOPTS (2 3)? 7. How do you define a KSDS using IDCAMS? 8. How do you define an ALTINDX? How do you use ALTINDXs in batch, CICS programs? CICS Exam (60 Minutes) Name: _____________ Grade: ____________ 1. Specify the CICS command used to read a VSAM record starting with prefix ”F”. Code all the relevant options. 2. What option is specified in the SEND command to send only the unnamed fields on to the screen? Give out the complete command.]]></description>
			<content:encoded><![CDATA[<p><strong>JCL Exam</strong></p>
<p>(60 Minutes)</p>
<p>Name: _____________								Grade: ____________</p>
<p>1. What is the difference between the JOBLIB and the STEPLIB statements?</p>
<p>The position difference.joblib adapts whole job,steplib only exec.</p>
<p>2. Name some of the JCL statements that are not allowed in PROCs.<span id="more-54"></span></p>
<p>Job statements,dd * statements,dd data statements,/*,null statements</p>
<p>3. What does a dispositions of (NEW,CATLG, KEEP) means?</p>
<p>4. What are three major types of JCL statements? What are their functions?</p>
<p>Job,exec,dd statements.</p>
<p>5. What is the difference between catalogue procedure and In-Stream procedure?</p>
<p>Position,调用member name,pro name,</p>
<p>6. What is a COND parameter in JCL?</p>
<p>1,position (exec,job)2,</p>
<p>7. How do you check the syntax of a JCL without running it?</p>
<p>Typrun=scan</p>
<p>8. How do you override a specific DDNAME/SYSIN in PROC from a JCL?</p>
<p>调用时Dda  dsn=另外一个，dsn=,这样就是制空</p>
<p>9. A PROC has five steps.  Step 3 has a condition code.  How can you override or nullify this condition code?</p>
<p>指定到那个proc的作业步，cond(2,eq,),nullify用even</p>
<p>10. How do you create a temporary dataset?  Where will you use them?</p>
<p>Dsn=&amp;&amp;    参数（new,pass,delete）下去的,这样就是temporary</p>
<p><strong>DB2 Exam</strong></p>
<p>(60 Minutes)</p>
<p>Name: _____________								Grade: ____________</p>
<p>1. How do you eliminate duplicate values in SELECT?</p>
<p>2. What do you accomplish by GROUP BY … HAVING clause?</p>
<p>3. Why SELECT * is not preferred in embedded SQL programs?</p>
<p>4. What is a cursor? Why should it be used? List the SQL statement for cursors.</p>
<p>5. What is a DB2 bind?</p>
<p>6. What is a host variable? How do you use it?</p>
<p>7. Is it mandatory to use DCLGEN? If not, why would you use it at all?</p>
<p>8. Give the COBOL definition of a VARCHAR field.</p>
<p>9. What does SQLCODE +100 means？</p>
<p>10. How do you run DB2 batch program? Write down the JCL statements.</p>
<div>
<p><strong>VSAM Exam</strong></p>
<p>(60 Minutes)</p>
<p>Name: _____________								Grade: ____________</p>
<p>1. What are the four types of VSAM datasets?</p>
<p>2. What is a CI?</p>
<p>3. In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?</p>
<p>4. What is the purpose of the FILE STATUS clause in the SELECT statement?</p>
<p>5. There are at least seven IDCAMS commands; name and explain each of them.</p>
<p>6. What is the meaning of each of the values in SHAREOPTS (2 3)?</p>
<p>7. How do you define a KSDS using IDCAMS?</p>
<p>8. How do you define an ALTINDX? How do you use ALTINDXs in batch, CICS programs?</p>
</div>
<p><strong>CICS Exam</strong></p>
<p>(60 Minutes)</p>
<p>Name: _____________								Grade: ____________</p>
<p>1. Specify the CICS command used to read a VSAM record starting with prefix ”F”. Code all the relevant options.</p>
<p>2. What option is specified in the SEND command to send only the unnamed fields on to the screen? Give out the complete command.</p>
<p>3. What does ”Pseudo Conversational” mean? What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique?</p>
<p>4. What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command?</p>
<p>5. Explain how to handle exceptional conditions in CICS. List at least four types and give detail description of them.</p>
<p>6. What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ)?</p>
<p>7. what do the following transactions do?</p>
<p>CEDF:</p>
<p>CEMT:</p>
<p>CEBR:</p>
<p>CECI:</p>
<p>CESN:</p>
<p>CESF:</p>
<p>CEDA:</p>
<p>8. What is DFHEIBLK? List some items of it and describe these items’ meaning.</p>
<p><strong>COBOL Exam</strong></p>
<p>(60 Minutes)</p>
<p>Name: _____________								Grade: ____________</p>
<p>1. Name the four divisions in a COBOL program.</p>
<p>2. How do you define a table/array in COBOL? Give an example.</p>
<p>3. How do you sort in a COBOL program?  Give sort file definition, sort statement syntax and meaning.</p>
<p>4. What is the difference between comp and comp-3 usage? Explain other COBOL usages.</p>
<p>5. What is the difference between SEARCH and SEARCH ALL? What is more efficient?</p>
<p>6. What is PERFORM? What is VARYING? Give more details description about these clauses.</p>
<p>7. What is redefines clause? Give an example.</p>
<p>8. What is CALL statement in COBOL? List the different types of call.</p>
<p>原帖地址:</p>
<h3><a title="”JCL/COBOL/DB2/CICS/VASM考试题”" href="http://www.newcoin.info/%E2%80%9Dhttp://www.newcoin.info/27585.html%E2%80%9D">http://www.newcoin.info/27585.html</a></h3>
<!-- AdSense Now! V1.90 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-1166839823847277";
/* 468x60文章下 */
google_ad_slot = "8728964729";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40angelsky11+%3A+%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98+-+http://bit.ly/dst8eA&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;title=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98" rel="nofollow" class="external" title="分享到del.icio.us">分享到del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;t=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98" rel="nofollow" class="external" title="分享到Facebook">分享到Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;link=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/" rel="nofollow" class="external" title="分享到FriendFeed">分享到FriendFeed</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;title=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98" rel="nofollow" class="external" title="添加到Google Bookmarks">添加到Google Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;body=Link: http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A JCL%C2%A0Exam%0D%0A%0D%0A%2860%C2%A0Minutes%29%0D%0A%0D%0AName%3A%C2%A0_____________%09%09%09%09%09%09%09%09Grade%3A%C2%A0____________%0D%0A%0D%0A1.%C2%A0What%C2%A0is%C2%A0the%C2%A0difference%C2%A0between%C2%A0the%C2%A0JOBLIB%C2%A0and%C2%A0the%C2%A0STEPLIB%C2%A0statements%3F%0D%0A%0D%0AThe%C2%A0position%C2%A0difference.joblib%C2%A0adapts%C2%A0whole%C2%A0job%2Csteplib%C2%A0only%C2%A0exec.%0D%0A%0D%0A2.%C2%A0Name%C2%A0some%C2%A0of%C2%A0the%C2%A0JCL%C2%A0statements%C2%A0that%C2%A0are%C2%A0n" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;body=Link: http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A JCL%C2%A0Exam%0D%0A%0D%0A%2860%C2%A0Minutes%29%0D%0A%0D%0AName%3A%C2%A0_____________%09%09%09%09%09%09%09%09Grade%3A%C2%A0____________%0D%0A%0D%0A1.%C2%A0What%C2%A0is%C2%A0the%C2%A0difference%C2%A0between%C2%A0the%C2%A0JOBLIB%C2%A0and%C2%A0the%C2%A0STEPLIB%C2%A0statements%3F%0D%0A%0D%0AThe%C2%A0position%C2%A0difference.joblib%C2%A0adapts%C2%A0whole%C2%A0job%2Csteplib%C2%A0only%C2%A0exec.%0D%0A%0D%0A2.%C2%A0Name%C2%A0some%C2%A0of%C2%A0the%C2%A0JCL%C2%A0statements%C2%A0that%C2%A0are%C2%A0n" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;n=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;t=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98" rel="nofollow" class="external" title="发到MySpace">发到MySpace</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;body=Link: http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A JCL%C2%A0Exam%0D%0A%0D%0A%2860%C2%A0Minutes%29%0D%0A%0D%0AName%3A%C2%A0_____________%09%09%09%09%09%09%09%09Grade%3A%C2%A0____________%0D%0A%0D%0A1.%C2%A0What%C2%A0is%C2%A0the%C2%A0difference%C2%A0between%C2%A0the%C2%A0JOBLIB%C2%A0and%C2%A0the%C2%A0STEPLIB%C2%A0statements%3F%0D%0A%0D%0AThe%C2%A0position%C2%A0difference.joblib%C2%A0adapts%C2%A0whole%C2%A0job%2Csteplib%C2%A0only%C2%A0exec.%0D%0A%0D%0A2.%C2%A0Name%C2%A0some%C2%A0of%C2%A0the%C2%A0JCL%C2%A0statements%C2%A0that%C2%A0are%C2%A0n" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/feed" rel="nofollow" class="external" title="订阅这篇文章的评论？">订阅这篇文章的评论？</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.cn/addurl/?bm_url=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;bm_description=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="添加到Mister Wong">添加到Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/&amp;title=%5B%E8%BD%AC%5DJCL%2FCOBOL%2FDB2%2FCICS%2FVASM%E8%80%83%E8%AF%95%E9%A2%98" rel="nofollow" class="external" title="分享到Mixx">分享到Mixx</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/" rel="nofollow" class="external" title="分享到Technorati">分享到Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
