How to increase the logical record length of existing PS
file?
Answer Posted / balachander
this is possible through the utility IEBGENER.
//sysut1 dd DSN= <input datsset>
//sysut2 dd dsn =<output dataset>
dcb=(lrecl,100,blksize=1000)
.....
//
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different data types in cobol?
Explain about different table spaces.
How to remove 2 duplicate records and copy only one using job control language?
Give some examples of command terminators?
What is a report item?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between Call and a Link?
Can a Search can be done on a table with or without Index?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do define dynamic array in cobol.
How are the next sentence and continue different from each other?
how do you define single dimensional array and multidimensional array in your cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?