What is NOTCAT ?
No Answer is Posted For this Question
Be the First to Post Answer
In which table PLAN is registered in ?
what is the purpose of coding class parameter in job statement?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
if we give TIME=0 how many sec that job/step
How do you send the output of a COBOL program to a member of a PDS?
How do you pass parameters to the program as the job is being executed ?
Explain about REXX
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???