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 16723How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11130i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10287Read 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 8615
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How can you get the ksds file records into your cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain how you can characterize tables in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the printer file formats from cobol programs
Why did you choose to work with ibm mainframe cobol programming?
What is inspect in cobol ?
What are all the divisions of a COBOL program?
How do you reference the fixed block file formats from cobol programs