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 |
What is primary allocation for a dataset?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
can u execute a proc from another proc?
Explain the function of job statement in jcl?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
how can the same proc be re-used and called by many jobs?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?