Statement1 "We can not use UNCATLG in SMS managed VSAM
datasets"
Statement2 "We can not delete a SMS managed data set without
UNCATLG it" (P-353, Saba Zameer book)
Then how do we delete SMS managed VSAM datasets ?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
What is the exact difference between PRTY and DPRTY
Can we write same stepname for one or more steps in on job ?
What is 'S0C7' abend?
In job processing, what happens in execution stage?
which parameter is use to declare the name of dataset in dd statement?
How to pass values in jcl to cobol?
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.
Name the statement which can be used to send data to another mvs jes3 node?
The maximum number of in-stream procedure you can code in any JCL is ?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
Is their any set of rules for dd? Explain.