If i got a job on mainframe technology, will i have a bright
future?. Some people are discouraging me. Let me know, is it
true? Please bring back me from the confusion.
Answers were Sorted based on User's Feedback
Answer / shan
Definitely you will get a bright future.Main advantage is
that Recession will not occur for mainframe projects.
| Is This Answer Correct ? | 11 Yes | 4 No |
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
In an array processing what is the thing that can be done by using subscripts but not by using index
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
Write the code implementing the perform … varying.
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
without performing any operations on a file how can i know whether it contains data or not
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.
Can we use goto statement in inline_perform ?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
can we use variable picture clause as xx.99 in cobol.
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it