what are the statements that are not valid to be included in an include statement?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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.
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
what are the technical terms for // /* in jcl
can we bowse or edit the GDG dataset if it is a tape entry?
How to DEBUG a JCL?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
what is SOC4 error?
can a job be submitted through jcl only? is there another way to submit a job?
I had 100 steps in jcl i want to execute first 10 steps only?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario