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 14058If 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 19446If 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 12486Suppose 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 13009a. 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 13569If 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 12670There 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 10270What 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 14325Hi 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 8469If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
6 10063
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is db2 restart?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is a lds (linear data set) and what is it used for?
What is node in db2?
How long have you been working on mainframes?
What is linkage section?
what is search and searchall?what is the diffrence between them?give an best example?
Specify the requirements for automatic task initiation?
Can I redefine an x(200) field with a field of x(100) ?
What is dpf in db2?
How many bytes does a s9(7) sign trailing separate field occupy ?
How to print 10 to 1 if the input have only 10 digit number?
How are the next sentence and continue different from each other?
How to submit a jcl from cics?