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
how to submit a jcl by cobol program. clear me with an example.
What are some examples of command terminators?
) How do you access the migrate the data from production region to development region
what is sync clause?
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
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.
Explain about Redefines cluse?
What is Comm?
2 Answers IBM, Kemper Corporation,
What are the various section in data division and briefly explain them.
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
9(2).99 how many bytes take? Why . consider as a byte?
How do you code Cobol to access a parameter that has been defined in JCL?