Answer Posted / raja
After clause is default, but before clause also there.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the rrds file formats from cobol programs
What is the difference between comp and comp-3 usage?
How many sections are there in data division in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are 77 levels used for?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your 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.
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 Purpose of POINTER Phrase in STRING command in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.