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 16897How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
1 11206i 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 to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is difference between static and dynamic call in cobol?
Difference between array and sub-script ?
What are the different open modes available in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different data types in cobol?
how do you reference the fixed unblock file formats from cobol programs
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.
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?
How do you differentiate between cobol and cobol-ii?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the rules of the move verb?
Differentiate between structured cobol programming and object-oriented cobol programming.
In COBOL, what is the different between index and subscript?