what is the difference between JES3 and JES2?
No Answer is Posted For this Question
Be the First to Post Answer
whats the diff bw the evaluate also and and?
lines(1,cancel)??What is meant by that??Plz explain it....
How I sort the records in a file and copy the first 10 records to another file
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
Why we will create load module in PDS only, Why nt in PS?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Why do you use a control card?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
How to override loadlib?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.