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.
Answer Posted / ram g
it will work with iebgener also ..create a dummy file with
fba format and use in your utility jcl
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 pgm opens the file in EXTEND mode. What happens ?
what are the types of abends that occur on job failure? And explain the possible causes of these
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the maximum length of a single line of jcl?
what happens in conversion stage in job processing?
Brief description of inline procedure of jcl.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
List the different jcl statements that are not permitted in the procedures?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Differentiate between the joblib and the steplib statements?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can an in-stream dataset be terminated?
A dd statement consists of 4 fields. Name them?
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?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one