i am a btech cs 2009 passout.
i am opting for mainframe course. is it good to do this course?
pls. anyone suggest me
Answer Posted / guest
ya u can do dis course.der r multiple vacancies in this
domain...so do it right nw...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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?
What are the different rules to perform a Search?
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.
) what is the difference between AID and HANDLE AID?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Why would you use find and get rather than to obtain?
What rules are to be followed while using the corresponding options?
Difference between cobol and cobol-ii?
What are the different open modes available in cobol?
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
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What guidelines should be followed to write a structured cobol prgm?
What are the cobol coding sheets?
What is an in line perform? When would you use it? Anything else you wish to say about it.