--------------- controls the display of performance statistics in Designer?
APT_NO_JOBMON
APT_PERFORMANCE_DATA
APT_PM_SHOW_PIDS
APT_RECORD_COUNTS
The uv command in a UNIX datastage server is used to --------?
Cleanup resources from a failed datastage job
Start and stop datastage engine.
Provide read access to Datastage configuration file.
Report datastage client connections.
When using DISPLAY statement, on the system punch device, the last eight characters are used for
Line Number
PROGRAM-ID name
User ID
Nothing
ENTRY is
Entry will enter the main program and execute it.
Specifies the program entry.
It establishes an alternate entry point into a COBOL called subprogram.
ENTRY is not a COBOL keyword
What is EXIT PROGRAM?
Invalid Syntax
Specifies the end of a called program and returns control to the calling program.
Specifies the end of a called program.
Specifies the end of a calling program.
Why do ypu use INVOKE in COBOL?
To creates object instances of a COBOL or Java class or invokes a method defined in a COBOL or Java class
To creates object instances of a COBOL or ORACLE class or invokes a method defined in a COBOL or ORACLE class
To creates object instances of a COBOL or UNIX class or invokes a method defined in a COBOL or UNIX class
Maximum length of program name (compact mode) that can be specified in PROGRAM-ID is
8
10
20
30
RECURSIVE in PROGRAM-ID will
Loop the program
What is RECURSIVE?
Recursively reenters
Recursively reenters only for CICS program
What are the valid level numbers other than 66, 77 & 88?
1 to 99
1 to 50
1 to 49
1 to infinite
What do ypu mean by BLOCK CONTAINS 0?
No Blocks
Block size is unlimited
The block size is determined at run time from the DD parameters
The block size is determined at compile time from the DD parameters