Explain how to differentiate call by context by comparing it to other calls?
No Answer is Posted For this Question
Be the First to Post Answer
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
In EBCDIC, how would the number 1234 be stored?
what is label record is standard or omitted in file description of data division?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
Can anyone please give the example of Inline Perform.
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
If you were passing a table via linkage, which is preferable - a subscript or an index?
HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER