Answer Posted / kssb78
Yes Shweta is correct.
The alternate way to execute is to read the inputs in
control card DD statement SYSIN is using a ACCEPT statement
and move it into a working storage variable
Later using a subscript / index we can move the value into
an array.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the utilization of copybook in cobol?
How do define dynamic array in cobol.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Give some examples of command terminators?
Write a program to enter and display the names of students in a class using the occurs clause.
What is comp-1 and comp-2?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between binary search and sequential search?
What are various search techniques in cobol? Explain.
What are the different data types in cobol?
What is a SSRANGE and NOSSRANGE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?