I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
5 16892How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11199i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10384Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
TCS,
3 8728
Write down the divisions of cobol program?
Difference between array and sub-script ?
What are the different types of condition in cobol and write their forms.
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?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the variable block file formats from cobol programs
) what is the difference between AID and HANDLE AID?
What is perform what is varying?
Explain about different table spaces.
Write a program to explain size error.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a report item?
) How do u handle errors in BMS macro?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc