What is redefines clause in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
how will u pass dadta to cobol+db2 program...?
how will u code parm parameter and where pls ?
is it possible to declare index in cobol program? if it is not why its tell me pls
what are the utilities for load and unload the DB2 tables
How do you differentiate between cobol and cobol-ii?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
What is the difference between binary search and sequential search?
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
Why did you choose to work with ibm mainframe cobol programming?
How can you add a particular field/coloumn in copybook?
how do you reference the rrds file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?