i want to learn mainframes. i completed MCA ,whats the
future of mainframes
Answer Posted / naresh
mainframes has good opportunities but it is very costly tool.if we satisfy the institute and understand cobol coding then we learn otherwise better to go other courses.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
What are the different types of condition in cobol and write their forms.
Name the sections present in data division.
What is static and dynamic call in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between goback, stop run and exit program in cobol?
How do you differentiate between cobol and cobol-ii?
What is the LINKAGE SECTION used in COBOL?
Describe the cobol database components?
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 to move the records from file to array table. give with code example
When is inspect verb is used in cobol?
What is comp-1 and comp-2?
What is a scope terminator give example?