Can we give two user name in NOTIFY parameter in JOBCARD
Answer / devendra acharya
no, in the notify we can give only
one user name.
Is This Answer Correct ? | 20 Yes | 0 No |
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
Is there any command to check wether the ps file is in sorted order?
How can we see data in TEMPARARY DATA SET in JCL ?
what is static and dynamic call with examples?
What is the function of the dd avgrec keyword in sms datasets?
what operation is performed by job statement?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
what is DD statement is used in JCL?
When we give TYPERUN = SCAN , what are the syntax errors we get?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
there are 10 steps in jcl how to execute the steps from step2 to step8 only