<?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>Interview &#187; JCL</title>
	<atom:link href="http://interview.msdotnetheaven.com/topics/mainframe-question-and-answers/mainframe-jcl-question-answer/feed" rel="self" type="application/rss+xml" />
	<link>http://interview.msdotnetheaven.com</link>
	<description>Best place for interview preparation</description>
	<lastBuildDate>Sat, 21 May 2011 21:43:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>JCL interview questions &#8211; unsolved</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/jcl-interview-questions-unsolved.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/jcl-interview-questions-unsolved.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:44:36 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=422</guid>
		<description><![CDATA[1. Distinguish between positional &#38; keyword parameters
2. How can you omit positional parameters ?
3. How do u define the identifier field for a delimiter statement ?
4. List some valid operation codes .
5. What is the purpose of the MSGLEVEL parameter ?
6. What is the function of the following parameters :
I)Ã‚Â Ã‚Â  MSGLEVEL=(0,0)
ii)Ã‚Â  MSGLEVEL=(2,1)
iii) MSGLEVEL=(1,1)
7. What is the purpose of the MSGCLASS parameter ?
8. What are the parameters used with CONDÃ‚Â  ?
9. List down the different types of comparison operators &#38; their meaning .
10.What is the function of the TYPRUN parameter ?
11.What ...


Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/important-tips-ibm-mainframe.html' rel='bookmark' title='Permanent Link: Important Tips &#8211; IBM MainFrame'>Important Tips &#8211; IBM MainFrame</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-meaning-of-keyword-in-jcl-what-is-its-opposite.html' rel='bookmark' title='Permanent Link: What is the meaning of keyword in JCL?  What is its opposite?'>What is the meaning of keyword in JCL?  What is its opposite?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/cobol-interview-questions-unsolved.html' rel='bookmark' title='Permanent Link: Cobol Interview Questions &#8211; unsolved'>Cobol Interview Questions &#8211; unsolved</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1. Distinguish between positional &amp; keyword parameters</p>
<p>2. How can you omit positional parameters ?</p>
<p>3. How do u define the identifier field for a delimiter statement ?</p>
<p>4. List some valid operation codes .</p>
<p>5. What is the purpose of the MSGLEVEL parameter ?</p>
<p>6. What is the function of the following parameters :</p>
<p>I)Ã‚Â Ã‚Â  MSGLEVEL=(0,0)</p>
<p>ii)Ã‚Â  MSGLEVEL=(2,1)</p>
<p>iii) MSGLEVEL=(1,1)</p>
<p>7. What is the purpose of the MSGCLASS parameter ?</p>
<p>8. What are the parameters used with CONDÃ‚Â  ?</p>
<p>9. List down the different types of comparison operators &amp; their meaning .</p>
<p>10.What is the function of the TYPRUN parameter ?</p>
<p>11.What are the subparameters that can be used with TYPRUN?</p>
<p>12.What is the function of the TIME parameter?</p>
<p>13. What is the purpose of the EXEC statement ?</p>
<p>14. What are the additional keyword parameters used on the EXEC statement?</p>
<p>15. What is the difference between the following statements :</p>
<p>I)Ã‚Â Ã‚Â Ã‚Â Ã‚Â  step#1Ã‚Â Ã‚Â Ã‚Â Ã‚Â  exec PGM=accpay</p>
<p>ii)Ã‚Â Ã‚Â Ã‚Â  step#1Ã‚Â Ã‚Â Ã‚Â Ã‚Â  execÃ‚Â  tbalance</p>
<p>16. What is the error in the following JCL statements :</p>
<p>I)Ã‚Â Ã‚Â Ã‚Â  //step#threeÃ‚Â  execÃ‚Â  pgm=hkbc762</p>
<p>ii)Ã‚Â Ã‚Â  //step#3Ã‚Â Ã‚Â Ã‚Â  exec pgm = hkbc762</p>
<p>iii)Ã‚Â  //step#3Ã‚Â Ã‚Â Ã‚Â  exec pgrÃ‚Â  = hkbc672</p>
<p>17.Ã‚Â  Name the system library from which modules are retrieved at execution time .</p>
<p>18.Ã‚Â  What is the purpose of the JOBLIB statement ?</p>
<p>19.Ã‚Â  If JOBLIB &amp; STEPLIB statements are both included in a job , then which statement would overide .</p>
<p>20.Ã‚Â  What is the purpose of the PARM parameter ?</p>
<p>21.Ã‚Â  What is the pupose of the DD statement ?</p>
<p>22.Ã‚Â  How would u specify the device for a dataset in a DD statement ?</p>
<p>23.Ã‚Â Ã‚Â  What is the function of the following DD statement Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  //ddname DDÃ‚Â  *</p>
<p>24.Ã‚Â  What is the purpose of the SYSOUT Parameter in the DD statement ?</p>
<p>25.Ã‚Â Ã‚Â  What are the two ways of specifying Temporary Data Sets ?</p>
<p>26.Ã‚Â Ã‚Â  What are the advantages of coding the DISP parameter with MOD rather than NEW ?</p>
<p>27.Ã‚Â Ã‚Â  Explain the function of the following StatementÃ‚Â  :Ã‚Â Ã‚Â  //ddname DDÃ‚Â  DISP=(NEW,CATLG,DELETE)</p>
<p>28.Ã‚Â Ã‚Â Ã‚Â  What is the default value of the third DISP subparameter ?</p>
<p>29.Ã‚Â Ã‚Â Ã‚Â  What is Backward Referencing ?</p>
<p>30.Ã‚Â Ã‚Â Ã‚Â  What is the purpose of Concatenating Data Sets ?</p>
<p>31.Ã‚Â Ã‚Â Ã‚Â  What is the result of a READ operation on a Dummy Data set ?</p>
<p>32.Ã‚Â Ã‚Â Ã‚Â  What are the functions of the following ddnames :Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â  SYSUDUMP , SYSABEND , SYSMDUMP</p>
<p>33.Ã‚Â Ã‚Â Ã‚Â  What are GDGsÃ‚Â  ?</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=JCL+interview+questions+%E2%80%93+unsolved+http%3A%2F%2Ftinyurl.com%2F48bmct6" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=JCL+interview+questions+%E2%80%93+unsolved+http%3A%2F%2Ftinyurl.com%2F48bmct6" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=422&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/important-tips-ibm-mainframe.html' rel='bookmark' title='Permanent Link: Important Tips &#8211; IBM MainFrame'>Important Tips &#8211; IBM MainFrame</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-meaning-of-keyword-in-jcl-what-is-its-opposite.html' rel='bookmark' title='Permanent Link: What is the meaning of keyword in JCL?  What is its opposite?'>What is the meaning of keyword in JCL?  What is its opposite?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/cobol-interview-questions-unsolved.html' rel='bookmark' title='Permanent Link: Cobol Interview Questions &#8211; unsolved'>Cobol Interview Questions &#8211; unsolved</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/jcl-interview-questions-unsolved.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are three major types of JCL statements? What are their functions?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:42:38 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions/</guid>
		<description><![CDATA[JOB &#8211; 	indicates start of jobstream to the operating system and through parms coded on it, certain details about the job (time, region, message level, job accounting data).
EXEC &#8211; indicates the start of execution of a particular job step, be that step a program or a proc.
DD &#8211; 	is a data definition, which is used to describe the attributes of a data set (name, unit, type, space, disposition).
  Tweet This Post

Related posts:What are the three basic types of statements in a jobstream?
What are the basic JCL Statements for a ...


Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream.html' rel='bookmark' title='Permanent Link: What are the three basic types of statements in a jobstream?'>What are the three basic types of statements in a jobstream?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-basic-jcl-statements-for-a-job.html' rel='bookmark' title='Permanent Link: What are the basic JCL Statements for a Job?'>What are the basic JCL Statements for a Job?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-are-data-types.html' rel='bookmark' title='Permanent Link: What are data types?'>What are data types?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>JOB &#8211; 	indicates start of jobstream to the operating system and through parms coded on it, certain details about the job (time, region, message level, job accounting data).<br />
EXEC &#8211; indicates the start of execution of a particular job step, be that step a program or a proc.<br />
DD &#8211; 	is a data definition, which is used to describe the attributes of a data set (name, unit, type, space, disposition).</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+are+three+major+types+of+JCL+statements%3F+What+are+their+functions%3F+http%3A%2F%2Ftinyurl.com%2F6zv4eh2" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+are+three+major+types+of+JCL+statements%3F+What+are+their+functions%3F+http%3A%2F%2Ftinyurl.com%2F6zv4eh2" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=421&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream.html' rel='bookmark' title='Permanent Link: What are the three basic types of statements in a jobstream?'>What are the three basic types of statements in a jobstream?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-basic-jcl-statements-for-a-job.html' rel='bookmark' title='Permanent Link: What are the basic JCL Statements for a Job?'>What are the basic JCL Statements for a Job?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-are-data-types.html' rel='bookmark' title='Permanent Link: What are data types?'>What are data types?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does SYSIN * indicate?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-does-sysin-indicate.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-does-sysin-indicate.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:42:27 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-does-sysin-indicate/</guid>
		<description><![CDATA[Instream data follows this card and is terminated when followed by a card containing // or /* in columns 1 and 2.
  Tweet This Post

Related posts:Why do you use a control card?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How do you overcome this limitation ?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/why-do-you-use-a-control-card.html' rel='bookmark' title='Permanent Link: Why do you use a control card?'>Why do you use a control card?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-override-a-specific-ddnamesysin-in-proc-from-a-jcl.html' rel='bookmark' title='Permanent Link: How do you override a specific DDNAME/SYSIN in PROC from a JCL?'>How do you override a specific DDNAME/SYSIN in PROC from a JCL?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-overcome-this-limitation.html' rel='bookmark' title='Permanent Link: How do you overcome this limitation ?'>How do you overcome this limitation ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Instream data follows this card and is terminated when followed by a card containing // or /* in columns 1 and 2.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+does+SYSIN+%2A+indicate%3F+http%3A%2F%2Ftinyurl.com%2F632mvo4" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+does+SYSIN+%2A+indicate%3F+http%3A%2F%2Ftinyurl.com%2F632mvo4" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=420&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/why-do-you-use-a-control-card.html' rel='bookmark' title='Permanent Link: Why do you use a control card?'>Why do you use a control card?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-override-a-specific-ddnamesysin-in-proc-from-a-jcl.html' rel='bookmark' title='Permanent Link: How do you override a specific DDNAME/SYSIN in PROC from a JCL?'>How do you override a specific DDNAME/SYSIN in PROC from a JCL?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-overcome-this-limitation.html' rel='bookmark' title='Permanent Link: How do you overcome this limitation ?'>How do you overcome this limitation ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-does-sysin-indicate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the three basic types of statements in a jobstream?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:41:59 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream/</guid>
		<description><![CDATA[JOB(one per jobstream)EXEC(one or more per job)DD(one or more per jobstep)
  Tweet This Post

Related posts:What are three major types of JCL statements? What are their functions?
What are the basic JCL Statements for a Job?
How to execute a set of JCL statements from a COBOL program ?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions.html' rel='bookmark' title='Permanent Link: What are three major types of JCL statements? What are their functions?'>What are three major types of JCL statements? What are their functions?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-basic-jcl-statements-for-a-job.html' rel='bookmark' title='Permanent Link: What are the basic JCL Statements for a Job?'>What are the basic JCL Statements for a Job?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-execute-a-set-of-jcl-statements-from-a-cobol-program.html' rel='bookmark' title='Permanent Link: How to execute a set of JCL statements from a COBOL program ?'>How to execute a set of JCL statements from a COBOL program ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>JOB(one per jobstream)EXEC(one or more per job)DD(one or more per jobstep)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+are+the+three+basic+types+of+statements+in+a+jobstream%3F+http%3A%2F%2Ftinyurl.com%2F6y5y4cv" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+are+the+three+basic+types+of+statements+in+a+jobstream%3F+http%3A%2F%2Ftinyurl.com%2F6y5y4cv" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=419&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-three-major-types-of-jcl-statements-what-are-their-functions.html' rel='bookmark' title='Permanent Link: What are three major types of JCL statements? What are their functions?'>What are three major types of JCL statements? What are their functions?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-basic-jcl-statements-for-a-job.html' rel='bookmark' title='Permanent Link: What are the basic JCL Statements for a Job?'>What are the basic JCL Statements for a Job?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-execute-a-set-of-jcl-statements-from-a-cobol-program.html' rel='bookmark' title='Permanent Link: How to execute a set of JCL statements from a COBOL program ?'>How to execute a set of JCL statements from a COBOL program ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-three-basic-types-of-statements-in-a-jobstream.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset-2.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset-2.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:41:50 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset-2/</guid>
		<description><![CDATA[OLD specifies exclusive use of a dataset, SHR allows multiple jobs to concurrently access the dataset Note: When updating a dataset, you would normally use OLD.
  Tweet This Post

Related posts:What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
I have multiple jobs ( JCLs with several JOB cards ) in a member.  What happens if I submit it?
When should DISP=MOD is used?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset.html' rel='bookmark' title='Permanent Link: What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?'>What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/i-have-multiple-jobs-jcls-with-several-job-cards-in-a-member-what-happens-if-i-submit-it.html' rel='bookmark' title='Permanent Link: I have multiple jobs ( JCLs with several JOB cards ) in a member.  What happens if I submit it?'>I have multiple jobs ( JCLs with several JOB cards ) in a member.  What happens if I submit it?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/when-should-dispmod-is-used.html' rel='bookmark' title='Permanent Link: When should DISP=MOD is used?'>When should DISP=MOD is used?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>OLD specifies exclusive use of a dataset, SHR allows multiple jobs to concurrently access the dataset Note: When updating a dataset, you would normally use OLD.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+the+difference+between+specifying+DISP%3DOLD+and+DISP%3DSHR+for+a+dataset%3F+http%3A%2F%2Ftinyurl.com%2F6zo2xfr" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+the+difference+between+specifying+DISP%3DOLD+and+DISP%3DSHR+for+a+dataset%3F+http%3A%2F%2Ftinyurl.com%2F6zo2xfr" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=418&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset.html' rel='bookmark' title='Permanent Link: What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?'>What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/i-have-multiple-jobs-jcls-with-several-job-cards-in-a-member-what-happens-if-i-submit-it.html' rel='bookmark' title='Permanent Link: I have multiple jobs ( JCLs with several JOB cards ) in a member.  What happens if I submit it?'>I have multiple jobs ( JCLs with several JOB cards ) in a member.  What happens if I submit it?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/when-should-dispmod-is-used.html' rel='bookmark' title='Permanent Link: When should DISP=MOD is used?'>When should DISP=MOD is used?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-specifying-dispold-and-dispshr-for-a-dataset-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a procedure?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-procedure.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-procedure.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:41:40 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-procedure/</guid>
		<description><![CDATA[A set of precoded JCL that can be modified through the use of parameters or override cards. Note: Procedures can be catalogued or instream.
  Tweet This Post

Related posts:What is the difference between catalogue procedure and In-Stream procedure?
What is a PROC? What is the difference between an instream and a catalogued PROC?
How do you overcome this limitation ?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-catalogue-procedure-and-in-stream-procedure.html' rel='bookmark' title='Permanent Link: What is the difference between catalogue procedure and In-Stream procedure?'>What is the difference between catalogue procedure and In-Stream procedure?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-proc-what-is-the-difference-between-an-instream-and-a-catalogued-proc.html' rel='bookmark' title='Permanent Link: What is a PROC? What is the difference between an instream and a catalogued PROC?'>What is a PROC? What is the difference between an instream and a catalogued PROC?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-overcome-this-limitation.html' rel='bookmark' title='Permanent Link: How do you overcome this limitation ?'>How do you overcome this limitation ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A set of precoded JCL that can be modified through the use of parameters or override cards. Note: Procedures can be catalogued or instream.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+a+procedure%3F+http%3A%2F%2Ftinyurl.com%2F64522ub" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+a+procedure%3F+http%3A%2F%2Ftinyurl.com%2F64522ub" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=417&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-difference-between-catalogue-procedure-and-in-stream-procedure.html' rel='bookmark' title='Permanent Link: What is the difference between catalogue procedure and In-Stream procedure?'>What is the difference between catalogue procedure and In-Stream procedure?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-proc-what-is-the-difference-between-an-instream-and-a-catalogued-proc.html' rel='bookmark' title='Permanent Link: What is a PROC? What is the difference between an instream and a catalogued PROC?'>What is a PROC? What is the difference between an instream and a catalogued PROC?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-overcome-this-limitation.html' rel='bookmark' title='Permanent Link: How do you overcome this limitation ?'>How do you overcome this limitation ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-procedure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the error code SOC01 indicate ?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-error-code-soc01-indicate.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-error-code-soc01-indicate.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:41:30 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-error-code-soc01-indicate/</guid>
		<description><![CDATA[Operation exception error For e.g. a dataset open error
  Tweet This Post

Related posts:What is a S0C4 error ?
What is meant by S0C7 system abend code?
Name some common VSAM error conditions and codes.



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-s0c4-error.html' rel='bookmark' title='Permanent Link: What is a S0C4 error ?'>What is a S0C4 error ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-meant-by-s0c7-system-abend-code.html' rel='bookmark' title='Permanent Link: What is meant by S0C7 system abend code?'>What is meant by S0C7 system abend code?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-vsam-question-answer/name-some-common-vsam-error-conditions-and-codes-2.html' rel='bookmark' title='Permanent Link: Name some common VSAM error conditions and codes.'>Name some common VSAM error conditions and codes.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Operation exception error For e.g. a dataset open error</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+the+error+code+SOC01+indicate+%3F+http%3A%2F%2Ftinyurl.com%2F6fkgbea" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+the+error+code+SOC01+indicate+%3F+http%3A%2F%2Ftinyurl.com%2F6fkgbea" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=416&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-a-s0c4-error.html' rel='bookmark' title='Permanent Link: What is a S0C4 error ?'>What is a S0C4 error ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-meant-by-s0c7-system-abend-code.html' rel='bookmark' title='Permanent Link: What is meant by S0C7 system abend code?'>What is meant by S0C7 system abend code?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-vsam-question-answer/name-some-common-vsam-error-conditions-and-codes-2.html' rel='bookmark' title='Permanent Link: Name some common VSAM error conditions and codes.'>Name some common VSAM error conditions and codes.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-error-code-soc01-indicate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How many parameters are there to a DISP statement and what are their uses ?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-parameters-are-there-to-a-disp-statement-and-what-are-their-uses.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-parameters-are-there-to-a-disp-statement-and-what-are-their-uses.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:41:03 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-parameters-are-there-to-a-disp-statement-and-what-are-their-uses/</guid>
		<description><![CDATA[There are three(3) parameters. Parameter 1: current data set disposition(new, shr, old, mod) Parameter 2: normal close action for data set (catlg, keep, delete) Parameter 3:abend action for data set  (catlg, keep, delete). 
  Tweet This Post

Related posts:When should DISP=MOD is used?
What is the DD statement for a output file?
How many positional parameters are there in job statement?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/when-should-dispmod-is-used.html' rel='bookmark' title='Permanent Link: When should DISP=MOD is used?'>When should DISP=MOD is used?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-dd-statement-for-a-output-file.html' rel='bookmark' title='Permanent Link: What is the DD statement for a output file?'>What is the DD statement for a output file?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-positional-parameters-are-there-in-job-statement.html' rel='bookmark' title='Permanent Link: How many positional parameters are there in job statement?'>How many positional parameters are there in job statement?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are three(3) parameters. Parameter 1: current data set disposition(new, shr, old, mod) Parameter 2: normal close action for data set (catlg, keep, delete) Parameter 3:abend action for data set  (catlg, keep, delete). </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=How+many+parameters+are+there+to+a+DISP+statement+and+what+are+their+uses+%3F+http%3A%2F%2Ftinyurl.com%2F6zkh9vn" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+many+parameters+are+there+to+a+DISP+statement+and+what+are+their+uses+%3F+http%3A%2F%2Ftinyurl.com%2F6zkh9vn" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=415&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/when-should-dispmod-is-used.html' rel='bookmark' title='Permanent Link: When should DISP=MOD is used?'>When should DISP=MOD is used?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-is-the-dd-statement-for-a-output-file.html' rel='bookmark' title='Permanent Link: What is the DD statement for a output file?'>What is the DD statement for a output file?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-positional-parameters-are-there-in-job-statement.html' rel='bookmark' title='Permanent Link: How many positional parameters are there in job statement?'>How many positional parameters are there in job statement?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-many-parameters-are-there-to-a-disp-statement-and-what-are-their-uses.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get cursor position from system in CICS environment ?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-get-cursor-position-from-system-in-cics-environment.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-get-cursor-position-from-system-in-cics-environment.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:40:53 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-get-cursor-position-from-system-in-cics-environment/</guid>
		<description><![CDATA[Get it from EIBCURPOS !
  Tweet This Post

Related posts:How do you submit a JCL under CICS environment ?
How do you submit a JCL under CICS environment ?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-submit-a-jcl-under-cics-environment.html' rel='bookmark' title='Permanent Link: How do you submit a JCL under CICS environment ?'>How do you submit a JCL under CICS environment ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-submit-a-jcl-under-cics-environment-2.html' rel='bookmark' title='Permanent Link: How do you submit a JCL under CICS environment ?'>How do you submit a JCL under CICS environment ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Get it from EIBCURPOS !</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=How+to+get+cursor+position+from+system+in+CICS+environment+%3F+http%3A%2F%2Ftinyurl.com%2F6jfrx3m" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+get+cursor+position+from+system+in+CICS+environment+%3F+http%3A%2F%2Ftinyurl.com%2F6jfrx3m" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=414&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-submit-a-jcl-under-cics-environment.html' rel='bookmark' title='Permanent Link: How do you submit a JCL under CICS environment ?'>How do you submit a JCL under CICS environment ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-do-you-submit-a-jcl-under-cics-environment-2.html' rel='bookmark' title='Permanent Link: How do you submit a JCL under CICS environment ?'>How do you submit a JCL under CICS environment ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-to-get-cursor-position-from-system-in-cics-environment.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?</title>
		<link>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-maximum-and-minimum-sizes-of-any-control-area-vsam-datasets.html</link>
		<comments>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-maximum-and-minimum-sizes-of-any-control-area-vsam-datasets.html#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:40:43 +0000</pubDate>
		<dc:creator>neerajmehta1984</dc:creator>
				<category><![CDATA[JCL]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/index.php/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-maximum-and-minimum-sizes-of-any-control-area-vsam-datasets/</guid>
		<description><![CDATA[Minimum Size : 1 track Maximum size : 1 cylinder
  Tweet This Post

Related posts:What is the maximum number of partitions allowed in a partitioned tablespace?
How much is memory space involved, when we code BLOCKSIZE,TRK &#38; CYL ?
What are the types of VSAM datasets?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-is-the-maximum-number-of-partitions-allowed-in-a-partitioned-tablespace.html' rel='bookmark' title='Permanent Link: What is the maximum number of partitions allowed in a partitioned tablespace?'>What is the maximum number of partitions allowed in a partitioned tablespace?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-much-is-memory-space-involved-when-we-code-blocksizetrk-cyl.html' rel='bookmark' title='Permanent Link: How much is memory space involved, when we code BLOCKSIZE,TRK &amp; CYL ?'>How much is memory space involved, when we code BLOCKSIZE,TRK &amp; CYL ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-vsam-question-answer/what-are-the-types-of-vsam-datasets.html' rel='bookmark' title='Permanent Link: What are the types of VSAM datasets?'>What are the types of VSAM datasets?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Minimum Size : 1 track Maximum size : 1 cylinder</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+are+the+maximum+and+minimum+sizes+of+any+CONTROL+AREA+%28VSAM+datasets%29+%3F+http%3A%2F%2Ftinyurl.com%2F66dbyqt" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+are+the+maximum+and+minimum+sizes+of+any+CONTROL+AREA+%28VSAM+datasets%29+%3F+http%3A%2F%2Ftinyurl.com%2F66dbyqt" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=413&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-db2-question-answer/what-is-the-maximum-number-of-partitions-allowed-in-a-partitioned-tablespace.html' rel='bookmark' title='Permanent Link: What is the maximum number of partitions allowed in a partitioned tablespace?'>What is the maximum number of partitions allowed in a partitioned tablespace?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/how-much-is-memory-space-involved-when-we-code-blocksizetrk-cyl.html' rel='bookmark' title='Permanent Link: How much is memory space involved, when we code BLOCKSIZE,TRK &amp; CYL ?'>How much is memory space involved, when we code BLOCKSIZE,TRK &amp; CYL ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-vsam-question-answer/what-are-the-types-of-vsam-datasets.html' rel='bookmark' title='Permanent Link: What are the types of VSAM datasets?'>What are the types of VSAM datasets?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/mainframe-question-and-answers/mainframe-jcl-question-answer/what-are-the-maximum-and-minimum-sizes-of-any-control-area-vsam-datasets.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

