what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?
Answer Posted / rachit dwivedi
mainfraim computer is used to perform a certain task.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Explain about different table spaces.
Differentiate between structured cobol programming and object-oriented cobol programming.
Can we redefine the field of x(200) to less than 200?
How do we get current date from system with century in COBOL?
Write a program that uses move corresponding.
Why did you choose to work with ibm mainframe cobol programming?
What are various search techniques in cobol? Explain.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) How do u handle errors in BMS macro?
What is the difference between binary search and sequential search?
What are the different rules of SORT operation?
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 we sort two input files based on a common column and giving one o/p file please send me the coding logic?