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
I have a File that has duplicate records. I need only those records that occur more than thrice.
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
Explain the function of dd disp parameter?
How do you access a file that had a disposition of KEEP?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how to create gdg with out using idcams utility
Where & How Do You Code Identifier In Jcl?
What are hierarchy levels in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Can we use DISP=SHR in output file in JCL