WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
How do define dynamic array in cobol.
How many sections are there in data division?.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How do you submit JCL via a Cobol program?
What is the difference between Global and External Variables?
Why there is no questions in this column?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid
) How do u handle errors in BMS macro
COMP field occupy ?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?