If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
Write a cobol program making use of the redefine clause.
In COBOL "BEFORE" advancing is there or not ?
why 02 level number can't be use as a separate level number like 01 or 77 ?
What is the difference between SEARCH and SEARCH ALL?
Can we call a CICS program from a batch program or viceversa?If so, how?
what happens if we dont close cursor in db2-cobol pgm?
What are the cobol coding sheets?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
How to recover a deleted source physical file from library?