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 17085How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11272i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
2 10497Read 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 8849
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can you please let me know the centre name of INS certification in Kolkata.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain how you can characterize tables in cobol?
What is the difference between perform … with test after and perform … with test before?
example for sub strings ? and refernce modifications whit output pls
What is the difference between next sentence and continue in cobol programing language?
how do you reference the fixed unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
How many sections are there in data division in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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.
how to convert the recors form vsam file to db2 table tru file aid
What are the pertinent COBOL