how to purge 50 initiators continuously?? console commands??
Answers were Sorted based on User's Feedback
Answer / kantha reddy g
by using overriding parameters ,,we can achieve this
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How do you submit a JCL under CICS environment ?
how do you resolve for soc7 error
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
Where can program checkpoints be stored for use in a restart?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Is condition checking possible in jcl?
Describe the JOB statement, its meaning, syntax and significant keywords?
Explain about LMOPEN -
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?