) How do u handle errors in BMS macro


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

Post New Answer

More COBOL Interview Questions

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 ?

2 Answers  


Which is not true about evaluate statement

0 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


What are the different forms of EVALUATE statement?

2 Answers   IBM, Micro Labs,


what are the diferences b/w sub-script and index?

4 Answers  


How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?

4 Answers   CSC, TCS,


what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


Name some of the examples of COBOl 11?

0 Answers   CSC,


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


wht is packed decimal in cobol

2 Answers  


Categories