My Question is
1. How to cound no. of records in JCL. Please explain with
an example.
2. How to execute only odd steps in JCL?
I know EDIT TYPE = Inculde, Step Name = 1,3,5 and
COND code for all even step.
Anyone knows other than this.
No Answer is Posted For this Question
Be the First to Post Answer
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
What is NOTCAT ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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 ?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Explain how can a stopped job be started again?
How to concatenate different LRECL of files?
How to send notification to multiple users through jcl???
whats SOC7?
i have a string of 80 chars i want to replace 4th char with "a"?