What are the different types of condition in cobol and write their forms.


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

Post New Answer

More COBOL Interview Questions

01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


Syntax for JCLLIB & JOBLIB???

1 Answers  


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


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

1 Answers  


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,






Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


what is the difference between Plan & package

3 Answers   IBM,


Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?

2 Answers   TCS,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


Categories