Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Syntel COBOL Interview Questions
Questions Answers Views Company eMail

db2 variable decimal(15,2) what is the equalent size of cobol variable

2 17179

what is filler and what is use of filler

3 7172

what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

1 8148

How to Write the RESTART Logic Using COBOL?

4 19159

Post New Syntel COBOL Interview Questions


Syntel COBOL Interview Questions


Un-Answered Questions

What is a mechanism?

658


What are the different types of cloud services?

158


You are entered a credit memo posting to vendor who is linked to a customer on 1st of May 2003 for your company code but you have not specifically entered the same data in customer till now. You have lots of entries appearing in the vendor and customer account prior to that date of May 2003 also. You are making a manual payment to the vendor ? select out of the following which statements are correct. a. Credit memo document will get the special payment term as per vendor master definition. b. Customer items will not be shown while paying the vendor as customer is not linked. c. Customer items will be shown only postings after the date 1st May 2003. d. All items of customer and vendor will be available for payment provided payment is same from 1st May 2003. e. All items of customer and vendor will be available for payment provided Special GL items are also selected in selection screen irrespective of the activation date

1748


What is vdproj file in visual studio?

452


am a textile eng. frombut with major of my course including chemical eng, subjects, can i too apply to the co.?

1518






Explain the different characteristics that can affect the flow of bulk solids and how?

530


What is structured data with example?

474


What are 2 v’s less known dimension of big data?

204


how to genernate 21 sencondary index

6999


Is jQuery is a JavaScript or JSON library file?

525


Why there are no global variables in java?

514


Can DES be exported from the U.S.?

450


create or replace procedure search_matter(empno varchar2) as sql_stmt varchar2(200); stmt varchar2(200); v_table_name varchar2(200); val_pres number; inp_value varchar2(200); type obj_typ is table of cols.column_name%type index by binary_integer; type all_col is table of varchar2(100) index by binary_integer; typ_obj_typ obj_typ; typ_all_col all_col; begin select object_name bulk collect into typ_obj_typ from user_tables,user_objects where table_name = object_name AND object_type = 'TABLE'; select empno into inp_value from dual; dbms_output.put_line('inp value : '||inp_value); for i in typ_obj_typ.first..typ_obj_typ.last loop v_table_name := NULL; v_table_name := typ_obj_typ(i); dbms_output.put_line(i||':'||typ_obj_typ(i)); dbms_output.put_line('....................'); sql_stmt := 'select column_name from cols where table_name = :1 and data_type in (''CHAR'', ''VARCHAR2'', ''NCHAR'', ''NVARCHAR2'',''NUMBER'')'; EXECUTE IMMEDIATE sql_stmt bulk collect into typ_all_col using typ_obj_typ(i); for inside in typ_all_col.first..typ_all_col.last loop dbms_output.put_line('sql stmt: '||sql_stmt); dbms_output.put_line('column name: '||typ_all_col(inside)||'table name: '||typ_obj_typ(i)); stmt := 'select count(*) from ||typ_obj_typ(i)||'; EXECUTE_IMMEDIATE stmt into val_pres ; if val_pres = 1 then dbms_output.put_line('value present col name: '||typ_all_col(inside)||'table name :'||typ_obj_typ(i)); end if; end loop; dbms_output.put_line('....................'); end loop; exception when others then dbms_output.put_line('sql code '||sqlcode||'Table name: '||v_table_name); dbms_output.put_line('sql message '||sqlerrm); end; Compile-time I am getting below error, Plz help to resolve. LINE/COL ERROR -------- ----------------------------------------------------------------- 47/23 PLS-00103: Encountered the symbol "STMT" when expecting one of the following: := . ( @ % ;

597


Explain the different types of source system?

1084


hiiiii sir ..tell me the written test pattern for symphony teleca.....pleaseee

1993