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

Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


How can a fb file convert to vb file using sort program?

0 Answers  


How to search strings in multiple dataset with conditions 'string1 & string2'?

1 Answers   IBM,


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  






What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


What is notcat 2 - gs?

0 Answers  


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


wht do u mean by notify parameter, how can u give acess to multiple users ?

4 Answers   L&T,


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


Categories