Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
IBM,
5 7712once we submitted the job to the operating system, how can we cancel the job before execution?
2 6036here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
IBM,
2 7878suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
5 9367how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
IBM,
3 49785is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
HSBC,
3 10605I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
3 7406I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
3 9780
What is the advantage of dynamic generation of acb?
What is a segment in ims?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What is the use of db2 optimizer?
What is difference between isnull and coalesce?
How gdg are concatenated?
What is the physical storage length of the data types date, time, and timestamp?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How is record management performed in vsam?
What are the advantages and disadvantages of a hierarchical database?
How can the attributes of one sms dataset be copied to another dataset?
How can the duplicate values be eliminated from db2 select?
Can you explain multitasking and multithreading?