if a dataset is already created with fixed length but after
that i want to change fixed length to variable length then
how is it possible
Answer Posted / mainframesasi
No it is not possible the values which we have defined
while creating dataset in 3.2 is the final.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are 77 levels used for?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is redefines clause in COBOL?
What is the utilization of copybook in cobol?
What is amode(31)
how do you reference the fixed unblock file formats from cobol programs
What are all the divisions of a COBOL program?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain how to differentiate call by context by comparing it to other calls?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?