What is 'mounting' of volumes ?
Is there anything that a programmer can do in it ?
How to find currently mounted volume ?
No Answer is Posted For this Question
Be the First to Post Answer
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
The maximum number of steps in a job?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Can we write same stepname for one or more steps in on job ?
what is XSUM in some fields= none, xsum ??
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
Are there any set of rules for the names of the steps used in a job? What are they?
How to do automated restart when a job abend?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.