Answer Posted / jana.gadi
IS NUMERIC CLAUSE is used to test wheather the given
identifier is numeric or not
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
Name the divisions, which are available in a cobol program?
What is the problem of ordered sequential files access?
What are the various section in data division and briefly explain them.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Which Search verb is equivalent to PERFORM…VARYING?
What is comp-1 and comp-2?
i want a program using by if, evaluate , string, unstring, perform, occurs?
HOw can I get the negative sign while deduct high value from low value
What is link edit in cobol?
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
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 get the result of your program directly on your pc?
What is difference between static and dynamic call in cobol?
What is static and dynamic call in cobol?