What is the problem of ordered sequential files access?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between NEXT SENTENCE and CONTINUE?
What does MAXCC 3 means? It is used in one my codes.
What is the reference modification.
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
What is the purpose of Identification Division?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
wht is structured cobol pgm and non structred cobol pgm ?