How can values be passed from the job stream to an executable program?
No Answer is Posted For this Question
Be the First to Post Answer
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain about LMCOPY -
In which table PLAN is registered in ?
which parameter is use to declare the name of dataset in dd statement?
What do you know about jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
What do you feel makes a good program?
How to identify where file is empty or not? How many ways are there to identifying?
A dd statement consists of 4 fields. Name them?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
Explain the function of a dd statement?