Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
what are the technical terms for // /* in jcl
how are instream data terminated?
how to modify the copy book?explain with examples
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
how many types of sorts are there in jcl?
how to do automated restart when a job abends?
what is a MODELDSCB?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Which COND paramter will u use to execute the step only if the previous step does not execute
SORT card to eliminate duplicity.