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 16895How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11200i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10385Read 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 8730
Write the code implementing the perform … varying.
What is a report item?
Explain how to differentiate call by context by comparing it to other calls?
Can a Search can be done on a table with or without Index?
Have you used comp and comp-3 in your project? And how?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between comp and comp-3?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how to convert the recors form vsam file to db2 table tru file aid
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
Write a program that uses move corresponding.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are all the divisions of a COBOL program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the LINKAGE SECTION used in COBOL?