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
No Answer is Posted For this Question
Be the First to Post Answer
How is a dataset passed from one step to another?
Hi, can any one tell about " How do u eliminate the duplicates "
how to modify the copy book?explain with examples
what is the job entry system used in your project?
how to compare two datasets without using superce because output is limited to 133 bytes
with 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?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Can you execute a PROC from another PROC?
which utility is used to run a cobol-db2 program?
Explain about Cobol Subroutines
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
When cursor is not closed what is the error?