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 16899How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11207i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10386Read 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 8732
how do you reference the printer file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between perform … with test after and perform … with test before?
What is the difference between Call and a Link?
In COBOL, what is the different between index and subscript?
How arrays can be defined in COBOL?
How do you differentiate between cobol and cobol-ii?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is comp-1 and comp-2?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
i need a small 3d program using inline and outline.