How do define dynamic array in cobol.
No Answer is Posted For this Question
Be the First to Post Answer
What is rmode(24)
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
whats the difference between search and search all?
How do get the result of your program directly on your pc?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
In the JCL, how do you define the files referred to in a subroutine ?
how to convert vsam table into DB2 table?
In an array processing what is the thing that can be done by using subscripts but not by using index
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?