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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How can you get the ksds file records into your cobol program?
What are literals?
How you can characterize tables in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what is difference between cobol and cobol/400
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 the default value(s) for an initialize? What keyword will allow for an override of the default?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are all the divisions of a COBOL program?
Name some of the examples of COBOl 11?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different types of condition in cobol and write their forms.
What is cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.