period is missing in the cobol program which error we
getting
Answer Posted / sasikanth
we get a soc 8 error
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is rmode(any) ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the access modes of START statement?
How are the next sentence and continue different from each other?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is static and dynamic call in cobol?
What is cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write a cobol program making use of the redefine clause.
Explain about different table spaces.
Explain the configuration section of a cobol program with examples of syntax.
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