how do you reference the ksds vsam file formats from cobol programs


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

how many divisions are there in cobol

3 Answers   ADP,


Explain call by context by comparing it to other calls.

1 Answers  


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS

2 Answers  


Define static linking and dynamic linking.

0 Answers  






What is the difference between structured cobol programming and object alternativelyiented cobol programming?

0 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


What is the purpose of Identification Division?

1 Answers  


can we use variable picture clause as xx.99 in cobol.

3 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?

8 Answers   Arigo Infotech, IBM,


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


What is rmode(24)

0 Answers  


Categories