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 fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
what is linkcard in cobol?
s9(18) comp-3:: What is the size of memory it takes internally?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What do you understand by passing by reference and passing by content?
Can we put move statement in COBOL copybook
What type of SDLC u followed? Why?
What guidelines should be followed to write a structured Cobol program?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
Differentiate between structured cobol programming and object-oriented cobol programming.