I have a PDS and want to omit few rows of all members of a
PDS. How to do it?
Answer Posted / santy
as a know, we are not storing the data records in members
of PDS.
Records are mostly stored in PS or VSAM file.
Then how come u r going to ask such question?
| Is This Answer Correct ? | 9 Yes | 21 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
Explain how can a jobs execution priority be modified?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Does jcl support automatic restart?
Explain how can a stopped job be started again?
how you will the direct the data to spool using sysout option?
Is it possible to define dd statements as you want?
what happens in execution stage in job processing?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can a fb file convert to vb file using sort program?
Is it possible to code instream data in a PROC?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the function of //cntl statement?
Explain the job statement in jcl?
which parameter is used to check the syntax of a jcl without executing it?