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
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 rmode(any) ?
How you can read the file from bottom?
how do you reference the variable block file formats from cobol programs
Explain about different table spaces.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
When is inspect verb is used in cobol?
What are the pertinent COBOL
What the difference is between continue and next sentence?
How many bytes S(8) comp field occupy and its maximum value?
What is the usage of comp fields in cobol?
What are the rules of the move verb?
) How do u handle errors in BMS macro?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.