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 |
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
What is a scope terminator? Give examples.
how many bytes do SPPPP999 will store?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
01 a pic s9(5) value '-12345' how it will be stored
how we can edit records in vsam data set and non vsam data sets
can we read records in a file from botom to top. if possible how can we read
Suppose i want to declare a binary comp fild of 7 byte .how to write?
What is the Importance of GLOBAL clause According to new standards of COBOL?
What is inspect in cobol ?
Write the code implementing the perform … varying.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?