How can an in-stream dataset be terminated?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about ISPFTTRC
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
how to split a file
For what purpose steplib and joblib are used ?
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 parameter of the job statement is used to limit the cpu time consumed by the job?
How do you pass parameters to the program as the job is being executed ?
How to skip first step of a job? Can we use COND on the first step?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
how to resolve the soc4 error?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
Is it possible to left uncode disp?