Hello Guys,
I have 1+ Year Experience in MAINFRAME TESTING.
After 1 Week I have an Interview With a Company on Mainframe
Testing.
Please Could You Guys Please Suggest me What Sections Should
I prepare ??
___Tell Me the Topic Or Appropriate Site & Links. ??
---------------Thank You
No Answer is Posted For this Question
Be the First to Post Answer
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
i want to store 20 digits . how will u do it in cobol ?
Explain about LMOPEN -
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
How to change default PROCLIB?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
can any one plzzzzzz tell the jcl code for creating ps using idcams
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?