Please help on the below requirement:
I have an input file of LRECL=300.it is having some 'n' records. Split the file into 10 fields each field of length 30 bytes.Get the binary counts of 10 fields. Finally add all the binary counts.
Please help on the below requirement:
I have an input file of LRECL=300.it is having some 'n' records. Split the file into 10 fields each field of length 30 bytes.Get the binary counts of 10 fields. Finally add all the binary counts.
Click the +1 button below to share it with your friends and colleagues
Your title appears to have nothing to do with the question. . .
You need to post some sample input (use smaller records) and what you want as "output" when the process runs.
You posted in the JCL part of the forum, but what you want cannot be done with JCL only. All JCL does is execute programs whether they are system tools, utilities, or application programs.