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 / vibhu
we can do that using Jcl and passing FTOV in the sysin
parameter
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
What is inspect in cobol ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
In COBOL, what is the different between index and subscript?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How can you get the ksds file records into your cobol program?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?