What is the significance of addrspc parameter in exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
what is the purpose of coding notify parameter in job statement?
What is the purpose of dd * statement in jcl?
when we use sysprint and sysout statements
Explain the function of a dd statement?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
how to convert fb to vb in jcl ?
what is use of disp parameter in dd statement?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
What is a JCL Command statement ?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?