I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer / sadiq
Change the existing char field to compressed format, so that we can adopt space for the 15 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
What is the point of the REPLACING option of a copy statement?
What compiler option would you use for dynamic linking?
What is the difference between SEARCH and SEARCH ALL?
Without using move verb how to move one variable to another.
How to read the last 100 records from a COBOL file. The file contains N number of records.
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
1.What is the default print format in cobol?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
how to run sub programs using static and dynamic call ...
When is inspect verb is used in cobol?