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 |
Can we move X(9) to 9(9). If yes what are the ways for doing this?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How can we pass data from cobol to JCl?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
is it possible to declare index in cobol program? if it is not why its tell me pls
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
what is Pic 9v99 Indicates?
What are the two search techniques ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to increase the logical record length of existing PS file?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?