whn do i get soc7 abend while moving alphanumeric to
numeric or while moving numeric to aplhanumeric please
reply ASAP?
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
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
What is a scope terminator give example?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do you reference the following file formats from cobol programs?
what are decleratives in cobol?
When is inspect verb is used in cobol?
Why occurs cannot be used in 01 level in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Mention the guidelines to write a structured cobol program?
example for sub strings ? and refernce modifications whit output pls
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between comp and comp-3?