A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
IBM,
1 4079Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
IBM,
1 4968A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
IBM,
2 5453you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
3 8646What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
IBM,
7 22037How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
UHG,
3138how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
2 8146If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
IBM,
10 18002
What is Cataloged Procedures?
Can I send output of job to my remote device careerride123?
Can you define cemt?
What kind of database is db2?
Name and explain the three location modes?
Define db2 and its databases?
Explain correlated sub-queries.
what is the panel name of ispf primary option menu?
What is syscat in db2?
What is bind and rebind in db2?
I need exexution process for JCL programs
Explain ims software environment?
Can you define spufi?
Which component is responsible for processing sql statements and selecting access paths?
Write the code to count the sum of n natural numbers.