How to change default PROCLIB?
when we use sysprint and sysout statements
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How to compare 2 files using File-Aid?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
Explain about LMGET�read a logical record from a data set
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
there are 10 steps in jcl how to execute the steps from step2 to step8 only
Explain about ISPF/TSO Commands
How to use COND Parameter in jcl
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options