Answer Posted / valmiki1980
Soc7 generally occurs when a non mumeric data moved to a
numeric data type and perform computation.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
Write down the divisions of cobol program?
How do you reference the following file formats from cobol programs?
Define cobol?
Which is not true about evaluate statement
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is rmode(any) ?
Why occurs cannot be used in 01 level in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
) How do u handle errors in BMS macro?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the ksds vsam file formats from cobol programs
How many sections are there in data division in COBOL?