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
How does jcl specify the job to the operating system?
What is the function of the steplib dd statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Can we call instream to catalog and catalog to instream?
Explain the job statement in jcl?
what is SOC4 error?
Explain dd statement in jcl?
How jcl work to handle various input output file operations?
what is JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How can return codes be tested before execution of a job step?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the purpose of dd dummy statement?
what is use of dsn parameter in dd statement?