Answer Posted / pavan
File Organization defines what type of file it is. It can
be sequential(like PS or VSAM ESDS), indexed (like VSAM
KSDS) or Relative (like VSAM RRDS)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to remove 2 duplicate records and copy only one using job control language?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Explain the configuration section of a cobol program with examples of syntax.
What is rmode(any) ?
Name the divisions, which are available in a cobol program?
) How do u handle errors in BMS macro?
Difference between array and sub-script ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the different data types in cobol?
What is the compute verb? How is it used?
Name the sections present in data division.
How you can read the file from bottom?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write a program to enter and display the names of students in a class using the occurs clause.
How do you get the data to code the BMS macro?