A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answers were Sorted based on User's Feedback
Answer / shaik
COMP is a binary format, if you directly redefines, it
won't give proper value. So, move S9(09) COMP to s9(09)
Numeric field, then Redefine this field with Alphanumeric.
Is This Answer Correct ? | 5 Yes | 1 No |
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
what JCL Procedures?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the jcl exec statement?
Are there any set of rules for the names of the steps used in a job?
Is automatic restart possible in jcl?
wht do u mean by notify parameter, how can u give acess to multiple users ?
what is a null indicator in db2?
Explain about Internal Sort
how do u define a file in cobol and jcl ?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
how would you create a temporary dataset? And where will you use them?