How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / kishore
only 255.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How are the next sentence and continue different from each other?
How do you define a variable of comp-1 and comp-2?
How do we get current date from system with century in COBOL?
explain sorting techniques in cobol program?
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
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.
How many bytes S(8) comp field occupy and its maximum value?
How many sections are there in data division in COBOL?
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)?
What is inspect in cobol ?
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the usage of comp fields in cobol?