GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Abinitio
Go To First  |  Previous Question  |  Next Question 
 Abinitio  |  Question 34 of 37    Print  
Output Index
What is output index? How does it work in reformat?
Does below function show Output index in use

output:1:if(in.emp.sal<500)in.emp.sal
output:2:force_error("Employee salary is less than 500)



  
Total Answers and Comments: 1 Last Update: July 14, 2009     Asked by: mhero 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 14, 2009 11:11:34   #1  
geekrohit Member Since: July 2009   Contribution: 2    

RE: Output Index
Output index function is used in reformat having multiple output ports to direct which record goes to which out port.
for eg. for a reformat with 3 out ports such a function could be like

if (value 'A') 1 else if (value 'B') 2 else 3

which basically means that if the field 'value' of any record evaluates to A in the transform function it will come out of port 1 only and not from 2 or 3.

 
Is this answer useful? Yes | No

 Related Questions

What is output index? How does it work in reformat?Does below function show Output index in useoutput:1:if(in.emp.sal 
Latest Answer : Output index function is used in reformat having multiple output ports to direct which record goes to which out port. for eg. for a reformat with 3 out ports such a function could be likeif (value=='A') 1 else if (value=='B') 2 else 3which ...
Read Answers (1) | Asked by : mhero


 Sponsored Links

 
Related Articles

C++ Standard Input Output Stream

C Standard Input Output Stream In this C tutorial you will learn about standard input stream and standard output stream explained along with syntax and examples C programming language uses the concept of streams to perform input and output operations using the keyboard and to display information on
 

What is Bit Mapped Index

Bit Map Indexing is a technique commonly used in relational databases where the application uses binary coding in representing data. This technique was originally used for low cardinality data but recent applications like the Sybase IQ have used this technique efficiently. The word cardinality is
 

C Programming - Managing Input and Output Operations

C Programming Managing Input and Output Operations In this tutorial you will learn about Single character input output String input and output Formatted Input For Scanf Input specifications for real number Input specifications for a character Printing One Line Conversion Strings and Specifiers Speci
 

Oracle 10g Tutorials -Creating Index-Organized Tables

Oracle 10g Free Training Creating Index Organized Tables Let us learn about Creating Index Organized Tables by Creating an Index Organized Table further by Creating Index Organized Tables that Contain Object Types and also you will learn how to View Information about Tables mosgoogle Creating Index
 

SQL Server 2000: Creating Stored Procedure with Input and Output Parameters

This tutorial explains how to create and use Stored Procedures with Input Parameters and output parameters along with the screen shots and sample code Creating Stored Procedure with Input Parameters mosgoogle Input Parameters in Stored Procedures are placeholders for data that the user needs to send
 

Be Prepared for Tech Job Cuts

Even one of the most flourishing and possibly the strongest industries of the future are not experiencing the economic crunch. The tech industry is now experiencing massive job losses in different categories. Although you will still see innovations almost every day from the tech industry through th
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape