Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
8 10719Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
4 9691We 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) ?
2463We 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) ?
2295When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
1 6941FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
4 7415A 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)
1 4074Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
1 4960A 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)
2 5447Post New IBM Interview Questions
What is unidirectional causality?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
While sending idoc from receiver side I got msg type 3 and 12.but in receiver side while executing we02, I am gettig the error no idocs selected instead of getting msg type 53.i am simply sending a material from one client to another client?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
How to compare two strings in Kotlin?
What are the difference between @injectable() vs. @Inject() in angular 2?
how to do finalisation account ,pls tell me step by step ?
What are Naming Standards in QMF?
Is set in php?
What is statistical reasoning in artificial intelligence?
What is the purpose of linked server configuration in sql server?
In which layer SMTP is used?
Explain web application directory arrangement?
What is spring in java with example?
Explain how does the xmlserializer work?