created cluster using IDCAMS ..that is empty ..when i write a
program for read using Input ..wil it open the cluster or
gives any error?
Answers were Sorted based on User's Feedback
Answer / pramod
Open statement itself fails when u try to open an empty
file.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ganesh
writing the vsam file using the input modeis not possible
as system will find the file as empty and will throw error
that file can not be opened but yes you can write the file
using the outout mode.
| Is This Answer Correct ? | 2 Yes | 0 No |
Why would you use find and get rather than to obtain?
What is COMP SYNC?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is the meaning of 'TALLING' verb in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
Whats the use of Examine command? can someone help me?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it