<?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>Thu, 02 Dec 2010 09:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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: _____________ &#8230; <a href="http://angelsky11.com/2009/10/e8-bd-acjclcoboldb2cicsvasm-e8-80-83-e8-af-95-e9-a2-98/">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><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>
<div class="shr-publisher-54"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></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>

