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 |
Discuss about changing dataset name in proc.
How to convert bunch of words in a line to relvant ASCII values?
Minimum how many Number of Paragraphs are there in ID- Divison?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
what is filler and what is use of filler
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
can we use the two 01 level in file discription ?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
I have a sequential file. How do I access a record in this sequential file randomly in my program ?