How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / natarajan
upto 255
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Have you used comp and comp-3 in your project? And how?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Whats the difference between search & search ALL?
How do get the result of your program directly on your pc?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the rules of the move verb?
Difference between array and sub-script ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
explain sorting techniques in cobol program?
What is the LINKAGE SECTION used in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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