01 GROSS-PAY
05 BASIC-PAY PIC 9(5)
05 ALLOWENCES PIC 9(3)
if BASIC-PAY has a value 1000 and ALLOWENCES has a value
of 250,what will be
displayed by the statement
DISPLAY GROSS-PAY
a.1250
b.01000250
c.01250
d.1.250
What is Backward Referencing ?
What does a disposition of (NEW,CATLG,KEEP) mean?
How do you check the syntax of a JCL without running it?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
How to delete generations of gdg without deleting gdg base?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
What are the 2 types of parameters in dd statement?
What is the syntax of JCL statement?
What is the difference between the positional and keyword parameters? Give examples.
Min no of member?s (PDS) in one directory block?
what is SOC4 error?