how do u indetify files succesfully executed or not ?
Answers were Sorted based on User's Feedback
Answer / anusha
by using file status codes.if the file status code is 00
the file executes succefully
| Is This Answer Correct ? | 25 Yes | 0 No |
Answer / kavitha
if file status is 00 then we can say that the file is
executed successfully
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the limitations of Inline Perform?
What is the usage of comp fields in cobol?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do you get the data to code the BMS macro?
SIGN TRAILING SEPARATE field occupy ?
Why we are using comp and comp-3 in real time projects?
copy 100 records without using ibm utilities
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end