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.
Answer Posted / 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 |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is amode(31)
Name the divisions, which are available in a cobol program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Give some examples of command terminators?
How do you reference the fixed block file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are all the divisions of a COBOL program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?