TO abend the data sholud open in which mode?
1.new
2.old
3.mod
4.shr
Answer / sree
Question should be 1) to apend the data which mode should should open?
ans: MOD
Is This Answer Correct ? | 30 Yes | 2 No |
What are different file OPEN modes available in COBOL?
what happens if we wont give timestamp in precompilation process ?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
What are the ways you can generate a copybook?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
Can we put move statement in COBOL copybook
what are the error codes in cobol, db2, cics, vsam , and jcl
what is subscript in cobol?give realtime example?
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
write a program to eliminate duplicate records in a input file and send them to output file.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is the purpose of linkage section?