I have a input file.
Data like: ABCDEFGH....
i want out put file like
AB
BC
CD
DE....How can do this??
Answer Posted / prakash
using inrec in sort utility , we can perform it.
//sysih dd *
sort fields = copy
inrec fields = (10:1,2, 13:2,2, 16:3,2)
(or)
using reference modification in cobol.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are s0c1, s0c4, s0c5, s0c7 and socb?
In job processing, what happens in execution stage?
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of dd disp parameter?
what JCL Procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how can the same proc be re-used and called by many jobs?
How is a type of file defined in the jcl that executes the cobol program?
Is condition checking possible in jcl? If yes, how?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to override loadlib?
Name the statement which can be used to send data to another mvs jes3 node?
What is NOTCAT ?