proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answers were Sorted based on User's Feedback
Hi..............
we can call proc as following.
//COOLJCL JOB NOTIFY=&SYSUID
//PROCFILE JCLLIB ORDER='PROCEDURE-FILE-NAME'
//STEP1 EXEC PROC1
//SYSPRINT DD SYSOUT=*
.
. * OVERRIDE STATEMENT
.
//STEP2 EXEC PROC5
.
. * OVERRIDE STATEMENT
.
//
THANKS..........
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / harsha
1 You can use COND parameter as COND=(0,LE) on STEP2 till
STEP4.
2 You can comment out the step you do not want to execute.
3 You can use IEBEDIT to select the steps you want to
execute.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is condition checking in jcl? Is this possible?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
How can you execute a COBOL program via SYSIN in JCL?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
what r the types of job control statements?
What statement can be used to send data to another mvs jes3 node?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
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.
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Explain about LMPUT-