What is notcat 2 - gs?
No Answer is Posted For this Question
Be the First to Post Answer
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
What do you understand by the terms: joblib and steplib?
Can I share my data with other jobs? How?
How to compare 2 files using File-Aid?
What is a procedure?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
How to submit jcl through a cobol program?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
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
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.