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

can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


What is the difference between CONTINUE & NEXT SENTENCE ?

2 Answers  


how to display the dataset information?

2 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

2 Answers   ADP,






what is qualification on occurs clause?

2 Answers  


How do get the result of your program directly on your pc?

0 Answers   UST,


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr

1 Answers   MNC,


Categories