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
Which division and paragraphs are mandatory for a COBOL program?
) what is the difference between AID and HANDLE AID?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to know whether the module is dynamical or statistical?
What type of SDLC u followed? Why?
What are 77 levels used for?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you reference the fixed block file formats from cobol programs
What the difference is between continue and next sentence?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
In COBOL programming, what is PERFORM? What is VARYING?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?