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 |
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is srange and nosrange pls reply to ths question ?
What is the difference between PIC 9.99 and PIC9v99?
COMP-3 field occupy ?
What are the rules of the move verb?
1.Can we define condition-name conditions in FD entry.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the pertinent COBOL commands?
what is meant by binary search?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
Can we use icetool in cobol program?
hw to create 3 dimensional array & hw to access it?