HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Answer Posted / piyush mani
to pass a value we always need a variable..
so using rread command store value in var1 and then use move command 2 send it to array..
like move var1 to var2(i)..
u have to use perform command..
giv ur feedback
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) How do u handle errors in BMS macro
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is a scope terminator give example?
What rules are followed by the search verb.
how do you reference the esds vsam file formats from cobol programs
What is static and dynamic call in cobol?
What is the difference between next sentence and continue in cobol programing language?
Write the code implementing the perform … varying.
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)?
Name some of the examples of COBOl 11?
A table has two indexes defined. Which one will be used by the SEARCH?
Give some examples of command terminators?