What guidelines should be followed to write a structured cobol prgm?
No Answer is Posted For this Question
Be the First to Post Answer
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
Which division and paragraphs are mandatory for a COBOL program?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
how do you reference the printer file formats from cobol programs
using redefine can you redefine lower variable size to higher variable size?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain call by context by comparing it to other calls.
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
What is the difference between static call & Dynamic call?
What is the difference between working storage copybook and linkage section copybook?