How would you understand error(execution phase)?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of disp parameter?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
what is the meaning of keyword in jcl?what is is opposite?
wht is sysudump n sysout,sysprint ?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
What is dummy parameter in JCL??
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
What do you do if you do not want to keep all the space allocated to a dataset?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.