what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?
Answer Posted / prasanna
Structured Programming concept is the basic concept of main
frames and one can learn it if he has good analtical skills
| Is This Answer Correct ? | 46 Yes | 8 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
When is inspect verb is used in cobol?
How do we get current date from system with century in COBOL?
Write a cobol program making use of the redefine clause.
explain sorting techniques in cobol program?
What rules are to be followed while using the corresponding options?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Have you used comp and comp-3 in your project? And how?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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.
what is search and searchall?what is the diffrence between them?give an best example?
What is difference between 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?
What is Pic 9v99 Indicates in COBOL?
What is the difference between external and global variables in COBOL?