Can we use two or more SYSPUNCH DD statements in a JCL for
multiple unload (SYSREC00 & SYSREC01)..?

Answer Posted / raghu

yes ,but the rec's will be at the end

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by jcl?

627


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

923


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


How jcl is used for testing batch programs?

718


Explain how can an in-stream dataset be terminated?

699






what is DSN in JCL and what are the parameters to declare the DSN?

718


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


How to override loadlib?

1423


Must tape dataset definitions include vol=ser specifications?

979


Why block size is multiple of lrecl in jcl?

913


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606


a dd statement has 2 types of parameters. Name them?

645


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1986


What does a disposition of (MOD,DELETE,DELETE) mean ?

666


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

702