what is mainframe?
what is the mainframe software ? what is use in s/w field?
Answer Posted / bernard thomas
Mainframe is used to describe a main computer which can
serve many users simultaneously. This done using a facility
like TSO.
Mainframe software is TSO (for simulutaneous use), COBOL,
JCL, IDCAMS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Have you used comp and comp-3 in your project? And how?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
State the various causes of s0c1, s0c5 and s0c7.
Why occurs cannot be used in 01 level in COBOL?
What is report-item in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do u write test cases?
What is the difference between comp and comp-3 usage?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.