Why we will create load module in PDS only, Why nt in PS?

Answers were Sorted based on User's Feedback



Why we will create load module in PDS only, Why nt in PS?..

Answer / paray2x

Load modules are actually libraries which contains
programs. We cannot specify a PS in STEPLIB or JOBLIB.

In fact, I tried to compile and link edit a program by
giving a PS load module and got the error

"The SYSLMOD dataset is not a PDS".

Similarly, catalogued procedures in JCLs can only exist in
PDS.

Relate to this to C, C++ where the #include files are in
folders.

Is This Answer Correct ?    11 Yes 2 No

Why we will create load module in PDS only, Why nt in PS?..

Answer / raghu

for every pgm there will be load libraries.for pds we can see that load lib after compliation in the pds as mem ,but if use ps we cant see that load libraries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

define cond parameter in jcl?

0 Answers   IBM,


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


What is a Dummy Utility and what it does ?

3 Answers  


How I sort the records in a file and copy the first 10 records to another file

5 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

6 Answers   IBM,






What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

1 Answers   IBM,


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

0 Answers  


What is the function of job statement in jcl?

0 Answers  


Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


Categories