how do u indetify files succesfully executed or not ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
Whats the difference between search & search ALL?
Describe the cobol database components?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Name some of the examples of COBOl 11?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between perform … with test after and perform … with test before?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how do you define single dimensional array and multidimensional array in your cobol?
Difference between cobol and cobol-ii?
Have you used comp and comp-3 in your project? And how?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Which mode is used to operate the sequential file?
State the various causes of s0c1, s0c5 and s0c7.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?