What are the common keyword parameters in both job and exec
statements
Answers were Sorted based on User's Feedback
Answer / g.naveen
Condition,Time and Region are common keyword parameters in
job and exec statements
Is This Answer Correct ? | 18 Yes | 0 No |
YES..THREE KEYWORDS ARE HAVE COMMON IN BOTH JOB & EXEC
PARAMETERS ...THOSE ARE : TIME
COND
REGION
THE THREE ARE IMPORTANT IN REAL TIME
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / saheb
i think there are five in common :
1.cond
2.parm
3.time
4.region
5.addrspc
Is This Answer Correct ? | 4 Yes | 9 No |
Explain the function of //cntl statement?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
wt will happen to the step of a job if u code COND=ONLY
What are the default system and catalog libraries in JCL?
how to modify the copy book?explain with examples
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
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
define cond parameter in jcl?
What is DISP= (NEW,PASS,DELETE)?
How to compare 2 files using File-Aid?