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 16669How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11084i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10260Read 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 8561
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write the code implementing the perform … varying.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how do you reference the fixed unblock file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
what is the difference between COBOL2 AND COBOL390?
Explain about different table spaces.
What are the different data types in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between comp and comp-3?
Why did you choose to work with ibm mainframe cobol programming?
Give some examples of command terminators?
What is the difference between PIC 9.99 and PIC9v99?
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 ?