If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
RBS,
1 13958If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
4 19211If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
2 12346Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
2 12862a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
2 13433If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
2 12550There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
2 10147What is basic difference between "DIRECTORY" and "PDS" in IBM MAINFRAME.How to define a DIRECTORY and what is the structure and defination for the same?
2 14181Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
3 8319If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
6 9831
What is a system catalog table in db2?
What is an area sweep?
When do you specify the isolation level?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is the resolution for sb37 error
Explain the maximum number of levels allowed in ims db?
Can I redefine an x(200) field with a field of x(100) ?
What is the meaning of a (new, catalog, keep) disposition mean?
Tell me how many alternate indexes you can have on a dataset?
What is program reentrance?
Name the versions of ibm mainframes have introduced in the market?
What is the use of disp parameter?
what is difference between file-aid tool and file-aid utility?
How to submit a jcl from cics?