Software Interview Questions
Questions Answers Views Company eMail

1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

976

What are the types of testing can be performed on facebook login page?

943

Write a script to verify font style and color of a windows object using descriptive programming

829

if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

846

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

852

have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

914

How to read records in reverse order in flat file?

1 1539

what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 1514

what is the difference between perform varying and perform

1 1526

difference between internal sort and external sort

1 1611

i want to store 20 digits . how will u do it in cobol ?

849

01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 1576

WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

846

WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1023

what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 1974


Un-Answered Questions { Software }

Are arrays passed by reference in java?

479


What is identity mapper and reducer? In which cases can we use them?

737


What are the new features in spring 5?

150


What is the difference between conversions and interfaces? : oracle accounts receivable

640


Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?

1544






What are the roles in ai careers?

513


What are the two ways for restricting the value range for a domain ?

699


What is zookeper?

5


Will customers that have licensed sap accounting powered by sap hana get a credit?

51


Where do you find PAM for SAP NetWeaver platform?

562


Explain what is a dialect?

220


What do you know about transformations in spark?

201


Does google use postgresql?

421


Name the linux loader.

505


What is the difference between pct and fct?

635