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 3993Statement1 "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 4855A 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 5334you 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 8502What 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 21724How 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,
3065how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
2 8014If 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 17600
Explain host variables?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain the purpose of the program list table?
explain how do you define a gdg in vsam?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
Sync points cannot be requested by the application programs? State true or false
Name and explain the location modes?
Explain about set currency?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what do you mean by the cobol record key clause in vsam?
What is qmf?
How would you understand error(execution phase)?
How can the attributes of one sms dataset be copied to another dataset?