why should SYSIN DD * statement should not be included
inside a PROCedure snippet??? please answer this.. i need to
know.
No Answer is Posted For this Question
Be the First to Post Answer
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
What are the common keyword parameters in both job and exec statements
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
what is a cataloged procedure ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List in order the hierarchical levels of jcl?
How to do automated restart when a job abend?