<?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"
	>

<channel>
	<title>Technical Interview &#038; Viva Questions : KyaPoocha.com</title>
	<atom:link href="http://kyapoocha.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyapoocha.com</link>
	<description>Java Interview Questions, BlueTooth Interview Questions, Database Interview Questions, EJB Interview Questions</description>
	<pubDate>Wed, 03 Sep 2008 08:57:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Why do we code S9(4) comp. Inspite of knowing comp-3 will occupy less space. ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/why-do-we-code-s94-comp-inspite-of-knowing-comp-3-will-occupy-less-space-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/why-do-we-code-s94-comp-inspite-of-knowing-comp-3-will-occupy-less-space-2/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:57:57 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4678</guid>
		<description><![CDATA[Here s9(4)comp is small integer ,so two words equal to 1 byte so totally it will occupy 2 bytes(4 words).here in s9(4) comp-3 as one word is equal to 1/2 byte.4 words equal to 2 bytes and sign will occupy 1/2 byte so totally it will occupy 3 bytes.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/why-do-we-code-s94-comp-inspite-of-knowing-comp-3-will-occupy-less-space-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do you code Cobol to access a parameter that has been defined in JCL ? And do you code the PARM parameter on the EXEC line in JCL ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/how-do-you-code-cobol-to-access-a-parameter-that-has-been-defined-in-jcl-and-do-you-code-the-parm-parameter-on-the-exec-line-in-jcl/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/how-do-you-code-cobol-to-access-a-parameter-that-has-been-defined-in-jcl-and-do-you-code-the-parm-parameter-on-the-exec-line-in-jcl/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:56:57 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4677</guid>
		<description><![CDATA[1) using JCL with sysin. //sysin dd *here u code the parameters(value) to pass in to cobol program /* and in program you use accept variable name(one accept will read one row)/.another way. 2) in jcl using parm statement ex: in exec statement parm=&#8217;john&#8217;,'david&#8217; in cobol pgm u have to code linkage section in that [...]]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/how-do-you-code-cobol-to-access-a-parameter-that-has-been-defined-in-jcl-and-do-you-code-the-parm-parameter-on-the-exec-line-in-jcl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What do you feel makes a good program ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-do-you-feel-makes-a-good-program-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-do-you-feel-makes-a-good-program-2/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:55:14 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4676</guid>
		<description><![CDATA[A program that follows a top down approach. It is also one that other programmers or users can follow logically and is easy to read and understand.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-do-you-feel-makes-a-good-program-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between static call &#038; Dynamic call?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-static-call-dynamic-call-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-static-call-dynamic-call-2/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:53:52 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4675</guid>
		<description><![CDATA[In the case of Static call, the called program is a stand-alone program, it is an executable program. During run time we can call it in our called program. As about Dynamic call, the called program is not an executable program it can executed through the called program
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-static-call-dynamic-call-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Give some advantages of REDEFINES clause. ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/give-some-advantages-of-redefines-clause-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/give-some-advantages-of-redefines-clause-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:36:00 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4674</guid>
		<description><![CDATA[1. You can REDEFINE a Variable from one PICTURE class to another PICTURE class by using the same memory location. 2. By REDEFINES we can INITIALISE the variable in WORKING-STORAGE Section itself. 3. We can REDEFINE a Single Variable into so many sub variables. (This facility is very useful in solving Y2000 Problem.)
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/give-some-advantages-of-redefines-clause-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to execute a set of JCL statements from a COBOL program?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/how-to-execute-a-set-of-jcl-statements-from-a-cobol-program-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/how-to-execute-a-set-of-jcl-statements-from-a-cobol-program-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:35:18 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4673</guid>
		<description><![CDATA[Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command. var-name is a COBOL host structure containing JCL statements.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/how-to-execute-a-set-of-jcl-statements-from-a-cobol-program-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do you submit JCL via a Cobol program ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/how-do-you-submit-jcl-via-a-cobol-program-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/how-do-you-submit-jcl-via-a-cobol-program-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:34:42 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4672</guid>
		<description><![CDATA[Use a file //dd1 DD sysout=(*, intrdr)write your JCL to this file. Pl some on try this out.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/how-do-you-submit-jcl-via-a-cobol-program-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What care has to be taken to force program to execute above 16 Meg line ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-care-has-to-be-taken-to-force-program-to-execute-above-16-meg-line-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-care-has-to-be-taken-to-force-program-to-execute-above-16-meg-line-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:34:09 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4671</guid>
		<description><![CDATA[Make sure that link option is AMODE=31 and RMODE=ANY. Compile option should never have SIZE(MAX). BUFSIZE can be 2K, efficient enough.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-care-has-to-be-taken-to-force-program-to-execute-above-16-meg-line-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between SEARCH and SEARCH ALL ? What is more efficient ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-search-and-search-all-what-is-more-efficient-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-search-and-search-all-what-is-more-efficient-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:33:38 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4670</guid>
		<description><![CDATA[SEARCH is a sequential search from the beginning of the table. SEARCH ALL is a binary search, continually dividing the table in two halves until a match is found. SEARCH ALL is more efficient for tables larger than 70 items.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-search-and-search-all-what-is-more-efficient-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What guidelines should be followed to write a structured Cobol prg&#8217;m ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-guidelines-should-be-followed-to-write-a-structured-cobol-prgm-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-guidelines-should-be-followed-to-write-a-structured-cobol-prgm-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:32:55 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4669</guid>
		<description><![CDATA[use &#8216;evaluate&#8217; stmt for constructing cases. 2) use scope terminators for nesting. 3) use in line perform stmt for writing &#8216;do &#8216; constructions. 4) use test before and test after in the perform stmt for writing do-while constructions.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-guidelines-should-be-followed-to-write-a-structured-cobol-prgm-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>what is Pic 9v99 Indicates ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-pic-9v99-indicates-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-pic-9v99-indicates-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:32:25 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4668</guid>
		<description><![CDATA[PICTURE 9v99 is a three position Numeric field with an implied or assumed decimal point after the first position; the v means an implied decimal point.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-pic-9v99-indicates-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between PIC 9.99 and 9v99 ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-pic-999-and-9v99-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-pic-999-and-9v99-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:31:45 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4667</guid>
		<description><![CDATA[PIC 9.99 is a FOUR-POSITION field that actually contains a decimal point where as PIC 9v99 is THREE- POSITION numeric field with implied or assumed decimal position.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-pic-999-and-9v99-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between a DYNAMIC and STATIC call in COBOL ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-dynamic-and-static-call-in-cobol-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-dynamic-and-static-call-in-cobol-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:30:35 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4666</guid>
		<description><![CDATA[To correct an earlier answer: All called modules cannot run standalone if they require program variables passed to them via the LINKAGE section. DYNAMICally called modules are those that are not bound with the calling program at link edit time (IEWL for IBM) and so are loaded from the program library (joblib or steplib) associated [...]]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-dynamic-and-static-call-in-cobol-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How can I tell if a module is being called DYNAMICALLY or STATICALLY ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/how-can-i-tell-if-a-module-is-being-called-dynamically-or-statically-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/how-can-i-tell-if-a-module-is-being-called-dynamically-or-statically-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:30:02 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4665</guid>
		<description><![CDATA[The ONLY way is to look at the output of the linkage editor (IEWL)or the load module itself. If the module is being called DYNAMICALLY then it will not exist in the main module, if it is being called STATICALLY then it will be seen in the load module. Calling a working storage variable, containing [...]]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/how-can-i-tell-if-a-module-is-being-called-dynamically-or-statically-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the point of the REPLACING option of a copy statement ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-point-of-the-replacing-option-of-a-copy-statement-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-point-of-the-replacing-option-of-a-copy-statement-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:29:25 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4664</guid>
		<description><![CDATA[REPLACING allows for the same copy to be used more than once in the same code by changing the replace value.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-point-of-the-replacing-option-of-a-copy-statement-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between a binary search and a sequential search ? What are the pertinent COBOL commands ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-binary-search-and-a-sequential-search-what-are-the-pertinent-cobol-commands/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-binary-search-and-a-sequential-search-what-are-the-pertinent-cobol-commands/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:28:50 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4663</guid>
		<description><![CDATA[In a binary search the table element key values must be in ascending or descending sequence. The table is &#8216;halved&#8217; to search for equal to, greater than or less than conditions until the element is found. In a sequential search the table is searched from top to bottom, so (ironically) the elements do not have [...]]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-difference-between-a-binary-search-and-a-sequential-search-what-are-the-pertinent-cobol-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is LENGTH in COBOL II ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-length-in-cobol-ii-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-length-in-cobol-ii-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:26:40 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4662</guid>
		<description><![CDATA[LENGTH acts like a special register to tell the length of a group or elementary item.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-length-in-cobol-ii-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is SET TO TRUE all about, anyway ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-set-to-true-all-about-anyway-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-set-to-true-all-about-anyway-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:25:51 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4661</guid>
		<description><![CDATA[In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II&#8217;s better specifications.)
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-set-to-true-all-about-anyway-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default. ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/what-is-the-default-values-for-an-initialize-and-what-keyword-allows-for-an-override-of-the-default-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/what-is-the-default-values-for-an-initialize-and-what-keyword-allows-for-an-override-of-the-default-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:25:08 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4660</guid>
		<description><![CDATA[INITIALIZE moves spaces to alphabetic fields and zeros to alphanumeric fields. The REPLACING option can be used to override these defaults.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/what-is-the-default-values-for-an-initialize-and-what-keyword-allows-for-an-override-of-the-default-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In an EVALUTE statement is the order of the WHEN clauses significant ?</title>
		<link>http://kyapoocha.com/cobol-interview-questions/in-an-evalute-statement-is-the-order-of-the-when-clauses-significant-2/</link>
		<comments>http://kyapoocha.com/cobol-interview-questions/in-an-evalute-statement-is-the-order-of-the-when-clauses-significant-2/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 04:20:37 +0000</pubDate>
		<dc:creator>vivek</dc:creator>
		
		<category><![CDATA[Cobol Interview Questions]]></category>

		<guid isPermaLink="false">http://kyapoocha.com/?p=4659</guid>
		<description><![CDATA[Absolutely. Evaluation of the WHEN clauses proceeds from top to bottom and their sequence can determine results.
]]></description>
		<wfw:commentRss>http://kyapoocha.com/cobol-interview-questions/in-an-evalute-statement-is-the-order-of-the-when-clauses-significant-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
