which statement is used to end the in-stream procedure in a jcl?
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?
What is the use of the utility DFSRRC00 in the JCL?
What is the use of disp parameter?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
i have a string of 80 chars i want to replace 4th char with "a"?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What parameters can be used to limit the number of records written to a sysout dataset?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?