How can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
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 ??
how to change picture class of copy book variable inside program?
What is the Purpose of POINTER Phrase in STRING command
What is the difference between COMP & COMP-3 ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What kind of error is trapped by on size error option?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
What are the different types of condition in cobol and write their forms.
what is difference between cobol and cobol/400
What is the difference between subscript and index?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.