how can the same proc be re-used and called by many jobs?
No Answer is Posted For this Question
Be the First to Post Answer
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 function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
can a job be submitted through jcl only? is there another way to submit a job?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
How many days does a job remain in spool
what is a cataloged procedure ?
what is the control cards?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?