How to Write the RESTART Logic Using COBOL?
Answer Posted / sandeep
Using SPICE restart logic.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are the different types of condition in cobol and write their forms.
how do you reference the ksds vsam file formats from cobol programs
Give some examples of command terminators?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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
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 you reference the variable block file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between external and global variables in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between next sentence and continue in cobol programing language?