how do you reference the esds 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

If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


In the JCL, how do you define the files referred to in a subroutine ?

2 Answers  


01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


How do define dynamic array in cobol.

0 Answers  


Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?

3 Answers  






where did you see the information regarding abend codes in jcl?

1 Answers   Hewitt,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


IF I mention stop run in CICS what happens?

0 Answers   IBM,


Why would you use find and get rather than to obtain?

0 Answers  


Categories