Immediate Job opening for mainframe professionals in Keane
Bangalore.
Please find the below details:
Organization: Keane India
Location: Bangalore
Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST
Exp: 1 to 4 years only
Employment Type: Permenant Employee
Note: If you have attended keane interview in past 6 months
please ignore this job opening.
Please respond to email id keanemfjob@gmail.com OR
keanemfjob@yahoo.in with your latest resume
and following details, We will contact you within 24 hours:
Total IT Exp:
Exp in Mainframe:
Current CTC:
Expected CTC:
Notice Period:
No Answer is Posted For this Question
Be the First to Post Answer
Name the system library from which modules are retrieved at execution
What is condition checking in jcl? Is this possible?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
what is a MODELDSCB?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
What is QSAM error usually when it is occurs?
what is the cond=even only
What is the maximum length of a single line of jcl?
why do we use file-aid wht r the adv of using file-aid thn in ispf
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How can a stopped job be started again?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?