What is NOTCAT ?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between Return Code, user completion code, Abend code and reason Code?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
what is use of dsn parameter in dd statement?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Is Default for MSGCLASS = (1,1) ?
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.
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to find the number of duplicates in a file using Sort?
How to skip first step of a job? Can we use COND on the first step?
What happens if both JOBLIB & STEPLIB is specified ?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?