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
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
How to pass data to a program that is coded in an exec statement?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
jcl is like a complier....?
Define concatenating?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
which utility is used a dummy utility?
What is condition checking in jcl? Is this possible?
Explain the function of job statement in jcl?
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?