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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is DSN parameter and DISP parameter is used for?
What is COND=ONLY ?
how to compare two datasets without using superce because output is limited to 133 bytes
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
What will happen if two JOB statements are mentioned in an JCL continuously.
What is the significance of addrspc parameter in the exec statement?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
What is a COND parameter in JCL?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this: