I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What the difference is between continue and next sentence?
How you can read the file from bottom?
How many bytes S(8) comp field occupy and its maximum value?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Call and a Link?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is search and searchall?what is the diffrence between them?give an best example?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Which is not true about evaluate statement
What are different data types in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.