Latest Answer: 1) evaluate IdentifierWHEN value(s) PERFORM … …Evaluate Pay-Code When 'H' Perform 300-Hourly-Rtn When 'S' Perform 400-Salaried-RtnEnd-Evaluate2)Evaluate TrueWHEN value(s) PERFORM … …Evaluate ...
what is meant by impact analysis in mainframes
Latest Answer: When you do some changes in any object (e.g. Cobol, Copy book or table or proc or card). Due to that change how many elements are implected? This is called Implecte Analysis. ...
hiprovide info about any real time requirement in global payments-mainframesbyeramya
I have two modules called 'A' and 'B'. Module 'A' opens the ORACLE database connection, and Calls 'B', which queries the database using the 'SELECT' statement.When
Consider there are three different COBOL modules named 'A', 'B' and 'C' in IBM AIX OS. The program flow is 'A' calls 'B', 'B' calls 'C'.
Latest Answer: Zonal decimal is nothing but our simple declaration. Simple declaration means each digits count as a bytes. For exaple. 77 A pic 99. Now A is 2 bytes(99(2 digits) counts 2 bytescompare: 77 A pic 9(4) comp => A has 2 bytes. ...
can we use "'" in BEFORE or AFTER phrase for limiting the length of the string to be searched in the INSPECT verb
Latest Answer: u should be using the "" in the phrase for example:inspect Studentsname tallying counter for all "a" after/before "s". ...
Latest Answer: LINK-EDIT step resolves the calls(if present) to any external modules. if there are no calls then there is not much difference b/w an object module & a load module except that the object module is not an executable one. ...
What's the difference between static and a dynamic call with respect to their load module creation?
01 rec1. 02 a pic x(6).01 b redefines a. 02 c occurs 6 times pic 9.01 d occurs 6 times. 02 e pic x(5). 02 f pic 999.what is the length of rec1?
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top