Answer Posted / muttaiah
The return code can be from 0000 - 4095 for a step.
| Is This Answer Correct ? | 11 Yes | 1 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)?
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 are all the divisions of a COBOL program?
Discuss about changing dataset name in proc.
i need a small 3d program using inline and outline.
how do you reference the rrds file formats from cobol programs
Write down the divisions of cobol program?
Mention the guidelines to write a structured cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the default value(s) for an initialize and what keyword allows for an override of the default?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write the code implementing the perform … varying.
What is the difference between comp and comp-3?