What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about ISPFTTRC
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..........
what is the purpose of coding class parameter in job statement?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
MOD, DELETE; What does a disposition of (,DELETE) mean ?
Is Default for MSGCLASS = (1,1) ?
At what stage, operator can change the class and priority of a submitted job?
What is GDG?
What is difference between Return Code, user completion code, Abend code and reason Code?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
how to edit a tape dataset ? asked in wipro
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????