what is index and how to use two tables using index?
Answer / venkat
unique is writen in table so we mention in index duplicate records not allowed
| Is This Answer Correct ? | 2 Yes | 3 No |
01 b pic +9(4) How many bytes it will take for storage???
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
Write a program to concert an Indexed file into Sequential file?
What is tne need to use sub programs in Cobol?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
What is the compute verb? How is it used?
Can we redefine the field of x(200) to less than 200?
What are the differences between COBOL and COBOL II?
What is XDC ?
what is linkcard in cobol?