how to access vsam files in cobol and how to differentiate
that this is ESDS file
Answer / javiad
In order to access VSAM file in a cobol program, we need to
code oransiation, access and rec key in the file descrption.
For ESDS add prefix AS- to the DD Name.
| Is This Answer Correct ? | 20 Yes | 0 No |
How do you define a sort file in JCL that runs the COBOL program?
what is the purpose of linkage section?
what is jcl approach for programming?
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.
how can we find total no of records in a file ....is there any utility......?
Should I use STOP RUN in the sub program??why?
Name the divisions, which are available in a cobol program?
If I want to increase the Limit in GDG. What should I do?
How to print 10 to 1 if the input have only 10 digit number?
what is the difference between external and global variables?
What is sqlca and why is it needed in any cobol-db2 program?
how you will define variables length in cobol.