if the submitter of a job wants to inform another user about the job completion, how can it be done?
No Answer is Posted For this Question
Be the First to Post Answer
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
How can the disposition of sysout datasets be set for an entire jobstream?
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
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
What is the difference between catalogue procedure and In-Stream procedure?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
how to modify the copy book?explain with examples
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?