A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Explain about File Tailoring
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
What is a MODEL Paramater in GDG ?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
What will happen if we write two STOP RUN's in a COBOL program?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
how to code instream data in procedure?