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 are the access modes of START statement?
A table has two indexes defined. Which one will be used by the SEARCH?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between perform … with test after and perform … with test before?
How do you define a variable of comp-1 and comp-2?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is difference between static and dynamic call in cobol?
i need a small 3d program using inline and outline.
what is difference between cobol and cobol/400
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is amode(24)?