what is use of space parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to submit jcl through a cobol program?
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' ?
How do you pass parameters to the program as the job is being executed ?
How can return codes be tested before execution of a job step?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
What are three parameters you can specify on Job statement as well as on exec stmt ?
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
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
i just need the first and last record from a sequencial file?how
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?