What is the LINKAGE SECTION used in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
how do you reference the rrds file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What is the Purpose of Pointer in the string?
What are the differences bitween cobol and cobol-2?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
What are the divisions in a cobol program? Which one is the mandatory division among them?
9(2).99 how many bytes take? Why . consider as a byte?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly