A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answer Posted / 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 |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
how to do automated restart when a job abends?
How does the jcl specify the job to os?
How to override loadlib?
I need exexution process for JCL programs
How to pass data to a program that is coded in an exec statement?
How can the attributes of one sms dataset be copied to another dataset?
What is the maximum length of a single line of jcl?
What is the purpose of dd * statement in jcl?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of //jcllib statement?
In job processing, what happens in execution stage?
What is the significance of addrspc parameter in exec statement?
How does jcl act on code(if you take a cobol program)?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?