Answer Posted / shakila vinayagam
Program Check Exception - Data. Check for spaces in a
packed decimal or numeric field. Check to see if record
layouts or file layouts have been changed.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
When space is allocated for an output dataset, what units can be used?
Explain the function of the dd dcb keyword?
How can a fb file convert to vb file using sort program?
What are the parameters that are used in creating a gdg?
how to compare two datasets without using superce because output is limited to 133 bytes
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 ?
what is JCL?
What is timing concept in mainframe?
what is SOC4 error?
what is the purpose of coding class parameter in job statement?
How to do automated restart when a job abend?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is it possible to define dd statements as you want?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
In sms datasets, what is the function of the dd mgmtclas keyword?