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 17090How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11274i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10502Read 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 8856
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different rules of SORT operation?
What is amode(24)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Write the code to count the sum of n natural numbers.
Name the sections present in data division.
What are literals?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
State the various causes of s0c1, s0c5 and s0c7.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the compute verb? How is it used?
How are the next sentence and continue different from each other?
What the difference is between continue and next sentence?
what is amode(24), amode(31), rmode(24) and rmode(any)?