define cond parameter in jcl?
What does runstats do in db2?
What is Framework & How it work?
For protecting a transaction using the transaction security function, the two things that must be done are?
How do we get current date from system with century in COBOL?
What is the function of the dd mgmtclas keyword in sms datasets?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?
How do you define a variable of comp-1 and comp-2?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Where is the vsam ksds placed?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the binary search?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?