Why we will create load module in PDS only, Why nt in PS?
Answers were Sorted based on User's Feedback
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 |
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 |
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
When output dataset space is required, what quantity categories are used?
How to find the number of duplicates in a file using Sort?
what is the use of temporary files?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
explain concatinating datasets?
what is the compile process of cobol program expalin with code
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
how to count the number of members in pds?
How to pass the temp dataset form one JOB step to another?
Explain about User Information
Can you code instream data in a PROC ?