explain sorting techniques in cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
can we declare occurs in 01 level?
What is a subscript ?
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
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
What is SQL Code -904 and -903 in DB2 And how to handle it?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What are the different forms of EVALUATE statement?
What are options have been removed in COBOL 11?
2)Where the Plan is located in CICS-DB2?
In COBOL programming, what is PERFORM? What is VARYING?