Using JCL we can count number of files in a record using a tool called ICETOOL in DFHSORT.
This sample program is used to count number of records in input data set given in IN dd name:
//S1 EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//IN DD DSN=... INPUT DATA SET....,DISP=SHR
//TOOLIN DD *
COUNT FROM(IN)/*
//
Concentrating on Application programs and Technologies for the development of Mankind.
Wednesday, 15 May 2013
How to count no of records in file using JCL...?
Subscribe to:
Post Comments (Atom)
Expense Handler Application with advance technologies
Budget Planner One of the application developed with Ionic 4 and Python-Flask. Ionic 4 code: https://github.com/logeshbuiltin/Expense...
-
Details: This is one of the common error a beginner will be facing when he is working on Python and SQLite bridging. Below is a scenari...
-
This program has been taken from the below link and enhanced for easy use and easy understanding. This program is working 100% and the resu...
-
How to check special character in a string and replace with spaces using COBOL program. 01 TEMP-VAR PIC X(1...
No comments:
Post a Comment