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 |
In COBOL programming, what is PERFORM? What is VARYING?
01 a pic s9(5) occupies how many bytes ?
How do you submit JCL via a Cobol program?
How you can characterize tables in cobol?
how will u find out 3rd week's 2nd day using occurs ?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
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 ?
Write the code implementing the perform … varying.
How do you do in-line PERFORM?
9(2).99 how many bytes take? Why . consider as a byte?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What is the Importance of GLOBAL clause According to new standards of COBOL?