Answer Posted / dev
Can u explain why it throws compilation error?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
How arrays can be defined in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is perform what is varying?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
A table has two indexes defined. Which one will be used by the SEARCH?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the compute verb? How is it used?
What are the different types of condition in cobol and write their forms.
What are declaratives and what are their uses in cobol?
What are literals?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Explain how to differentiate call by context by comparing it to other calls?