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
@satish:
YOu have 2 posts continuously, can you tell us all which
one will work(or both) fine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention the types of job control statements?
Is condition checking possible in jcl? If yes, how?
Must tape dataset definitions include vol=ser specifications?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
List the different jcl statements that are not permitted in the procedures?
What is the function of the dd dcb keyword?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the significance of addrspc parameter in exec statement?
What is the motivation behind coding class parameter in job statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is the use of IEBGENER utility?
What is the format of comment statement?
Name a few IBM utility programs, and explain its function.
What do you know about jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.