Software Interview Questions
Questions Answers Views Company eMail

01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 1432

WORKING-STORAGE SECTION. 1 GROUP-ITEM. 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50. 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP. PROCEDURE DIVISION. MOVE ZERO TO GROUP-ITEM. ADD 50 TO AMOUNT-1. DISPLAY AMOUNT-1. STOP RUN.

1 1459

consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 1582

//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

897

Explain about REXX

1 1296

Explain about ISPF/TSO Commands

1302

Explain about LMINIT - generate a data ID for a data set

1 1851

Explain about LMOPEN -

1 1904

Explain about LMCOPY -

1 1721

Explain about LMMFIND - find a library member

1 1908

Explain about LMMLIST�list a library's members

1 2048

Explain about LMGET�read a logical record from a data set

1 1453

Explain about LMPUT-

1 1853

Explain about LMQUERY�give a dialog information about a data set

892

Explain about LMCLOSE�close a data set

1 1634


Un-Answered Questions { Software }

Do python arrays start at 0 or 1?

426


What is difference between == equals () and compareto () method?

519


What has been the greatest disappointment in your life?

767


How do you hide #value in excel?

296


Can I use microsoft edge with windows 7?

408






How do you open a new fiscal year in the system?

601


What do you understand by the selection bias? What are its various types?

114


Which of the following is true regarding the critical path? A. It should never be compressed. B. It allows for looping and branching. C. The critical path technique is the same as PERT. D. It's the duration of all tasks with zero float.

621


Do we include consignment stock (material provided by vendor) in physical inventory? Why?

681


How to add additional conditions in SQL?

580


Write the function f() ?

504


Can you do a vlookup with two conditions?

296


What is cache in outlook?

1


What is the difference between public, private, and protected access?

606


What Is The Difference Between Machine Learning And Data Mining?

63