I have a input file.
Data like: ABCDEFGH....
i want out put file like
AB
BC
CD
DE....How can do this??
Answer Posted / muttaiah
@Posted Person:
Can you exactly tell me what is your requirement so that i
can try to provide you a solution.
1rec: every 2 char's you want to write a records.
because As far as my knowledge there is no such utility to
get data in such a way. You have to write a cobol program
and use Joblib stmt. In order to accomplish this request.
If you want the cobol program let me know??
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
What do you understand by jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
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
What is the function of a dd statement?
Can we call instream to catalog and catalog to instream?
Is condition checking possible in jcl?
What is notcat 2 - gs?
What is jcl in mainframe?
What are steplib and joblib? What for they are used?
What is the function of the dd avgrec keyword in sms datasets?
Explain dd statement in jcl?
what is the compile process of cobol program expalin with code
I need exexution process for JCL programs