If a sub program is called from mainprogram.I have opened
cursor in main program and Fetch the result in
subprogram ,Is it possible ?If yes please tell me the
reason.
Answer / shruti
The scope of cursor-name is the source program in which it is defined; that is, the application program submitted to the precompiler. Thus, you can only refer to a cursor by statements that are precompiled with the cursor declaration. For example, a COBOL program called from another program cannot use a cursor that was opened by the calling program
| Is This Answer Correct ? | 1 Yes | 0 No |
) How do u handle errors in BMS macro?
SIGN TRAILING SEPARATE field occupy ?
why 02 level number can't be use as a separate level number like 01 or 77 ?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
Write a program to enter and display the names of students in a class using the occurs clause.
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
Describe the difference between subscripting and indexing ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
what is S04E error in jcl?
11 Answers IBM, L&T,
where do u use low-value and high value in cobol
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC