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 3998Statement1 "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 4862A 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 5346you 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 8513What 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 21750How 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,
3073how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
2 8024If 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 17634
In a CICS program, how will you read a VSAM file?
to use the rewrite command, how should the vsam file be opened?
What is commarea (communications area)?
What is the difference between dbm cfg and db cfg file in db2 ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
is there an aix version of oorexx?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is an OOK-Rec?
Explain associator in adabas?
How do I delete a table in db2?
define clustering index.
What is the advantage of defragmentation?
Explain database descriptor in brief?
What is the advantage of creating the acbs well ahead of time?
When is inspect verb is used in cobol?