Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
When we give TYPERUN = SCAN , what are the syntax errors we get?
which are the parameters mandatory in job card ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
How can values be passed from the job stream to an executable program?
What are the differences between JES2 & JES3 ?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
shall we concordinate two different length dataset in to a new date set.