Explain the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to alter the parameters for the existing gdg?
How do you submit a job for execution?
What is meant by S0C7 system abend code?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
GDG Create syntax ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare 2 files using File-Aid?
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)
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Can you code instream data in a PROC ?
How can the attributes of one sms dataset be copied to another dataset?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3