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 is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the different rules of SORT operation?
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.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
A table has two indexes defined. Which one will be used by the SEARCH?
explain sorting techniques in cobol program?
What type of SDLC u followed? Why?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How arrays can be defined in COBOL?
What are declaratives and what are their uses in cobol?
What is rmode(24)
What is a scope terminator give example?
What are various search techniques in cobol? Explain.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do u write test cases?