What is concatenating?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of SYSOUT parameter in the DD statement?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
What is the function of dd name parameter with a 2 part structure; audit.report?
How to check empty file in jcl?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
what does mvs stand for?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Explain the purpose of dd * statement in jcl?
Explain about LMCOPY -
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?