01 GROUP-ITEM
05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50
05 AMOUNT-2 PIC 9(4)V99 USAGE COMP
MOVE ZERO TO GROUP-ITEM
ADD 50 TO AMOUNT-1
what will be the content of AMOUNT-1?
a.50
b.100
c.0
d.unpredictable
Post New Answer View All Answers
how you will the direct the data to spool using sysout option?
How can the attributes of one sms dataset be copied to another dataset?
Must tape dataset definitions include vol=ser specifications?
what is “Cond= even” and “Cond=only”?
Explain the function of a dd statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is use of disp parameter in dd statement?
What is the purpose of dd * statement in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain dd statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Brief description of inline procedure of jcl.
What do you understand by the term job time – out and how can you overcome that?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?