how do you reference the esds vsam file formats from cobol programs
How to read a 100 record from a file through cobol?
how to crack cts interview apps? NOVEMBER 21 2010
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
what happens of we dont give time stamp in precompilation process
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
How many sections are there in data division?.
What are the access modes of START statement?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Explain the configuration section of a cobol program with examples of syntax.
where do u use low-value and high value in cobol
What is the figurative constant in cobol?
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25