which of the following can be used as a check protection symbol
a.Z
b.S
c.*
d.+
Answers were Sorted based on User's Feedback
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
How to print 10 to 1 if the input have only 10 digit number?
Write a cobol program making use of the redefine clause.
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
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)?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
how can we find total no of records in a file ....is there any utility......?
How do you define a variable of comp-1 and comp-2?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
how to pass 100 to s9(4) how r they inserted ?