C1 C2 C3 are three conditions whose TRUTH values are as folloes.
C1-TRUE C2-FALSE C3-TRUE
A,B,C are defined as given below
A:C1 AND(NOT C2) OR C3
B.(NOT C1) OR (NOT C2 AND NOT C3)
C.(C1 OR C2)AND C3
D.C1 AND C2 OR C3
given the above information which of the following
statements are valid?
a.only A,B and C are TRUE
b.only A,C and D are TRUE
c.A,B,C and D are TRUE
d.only C and D are TRUE
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
how you read control card into array?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
what is amode(24), amode(31), rmode(24) and rmode(any)?
what happens if we dont close cursor in db2-cobol pgm?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
How many types of sorts are there in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How you can delete a record from a ps file in cobol?
how many divisions are there in cobol
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need