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

Name the system library from which modules are retrieved at execution

2 Answers  


what is mainframe?

4 Answers   CGI,


Explain the function of the dd dcb keyword?

0 Answers  


When output dataset space is required, what quantity categories are used?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,






Can I send output of job to my remote device careerride123?

0 Answers  


How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF  DD DSN=ID.File1              DSN=ID.File2              DSN=ID.File3

1 Answers   FIS,


in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options

4 Answers   HSBC,


what are the various stages of job processing?

0 Answers   IBM,


What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

5 Answers   IBM, TCS,


Categories