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 |
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What are hierarchy levels in jcl?
Explain the function of the dd dcb keyword?
how you can access an uncataloged dataset in a JCL?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
Explain the function of //cntl statement?
How can you trap abends in the JCL?
can we maintain 2 generations with different Lengths in Same GDG ?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
SORT card to eliminate duplicity.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?