what is DSN in JCL and what are the parameters to declare the DSN?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
How to identify where file is empty or not? How many ways are there to identifying?
Suppose I have five jobs to do. But I want to hold one?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
wt will happen to the step of a job if u code COND=ONLY
How can an in-stream dataset be terminated?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How many parameters are there to a DISP statement and what are their uses ?
can we bowse or edit the GDG dataset if it is a tape entry?
At what stage, operator can change the class and priority of a submitted job?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How much space OS allocates when you create a PS or PDS?