I have a PDS and want to omit few rows of all members of a
PDS. How to do it?
Answer Posted / guest
I'm not sure of the answer but would just like to say that no question is a dumb question. a question may appear dumb to person who is expert in a field but could be a very difficult one for a new learner. instead of making fun of others its better not to reply and waste your time. These forums are meant for all kind of questions related to a topic.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
when can a job time-out occur? How to overcome that?
How to pass data to a program that is coded in an exec statement?
How dummy is used in jcl?
What is the purpose of disp parameter?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is the JCL statement consists of?
What are the difference between jcl and jes?
What is multithreading in jcl?
what is JCL?
What is jcl in mainframe?
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
Are there any set of rules for the names of the steps used in a job? What are they?
What are hierarchy levels in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?