can we bowse or edit the GDG dataset if it is a tape entry?
Answer Posted / subhasundar
We can do it by changing the tape entry to DASD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is it possible to define dd statements as you want?
How jcl work to handle various input output file operations?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
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
How does the jcl specify the job to os?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can a jobs execution priority be modified?
What is the function of dd disp parameter?
Can we use DISP=SHR in output file in JCL
What do you understand by jcl?
Explain how can an in-stream dataset be terminated?
Explain how can the disposition of sysout datasets be set for an entire jobstream?