Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 27400How 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.
10 40844if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
4 9280Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
3 9133Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
5 17132In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
1 4210Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
5 12837with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
TCS,
1 17104
Explain about LMFREE�free data set from its association with data ID
which parameter is used to check the syntax of a jcl without executing it?
What is the function of the dd avgrec keyword in sms datasets?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
List the various advantages of using jcl language?
How jcl work to handle various input output file operations?
how you can access an uncataloged dataset in a JCL?
Explain how can a stopped job be started again?
What are steplib and joblib? What for they are used?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain the purpose of dd dummy statement?
Explain the function of the dd dcb keyword?
Can we call instream to catalog and catalog to instream?
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) ?