maximum of how many screens we can open in emulator
Answers were Sorted based on User's Feedback
THE ANSWER IS MAXUSER PARAMETER IN A PARM LIB . wHICH LOCATED IN CPAC.PROCLIB .
IF MAXUSER 10 ONLY 10 SCREENS
| Is This Answer Correct ? | 0 Yes | 0 No |
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
where will u code file status ?
Can 88 level variable be declared in FD section..?
Can the OCCURS clause be at the 01 level?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
What is Redefines clause?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
sample code for read a 2nd record from last in flatfile how can do?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
why do u need inspect verb?