IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
TCS,
2 8645The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 33425The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
TCS,
3 10007Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
4 9244Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
TCS,
7 15163Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
TCS,
7 10228In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.
2 7608
What are the sub parameters for undo command?
Define declaration generator (dclgen).
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
How can deadlocks be resolved?
what is the use of unique keyword and what level it is defined?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Can I cleanly uninstall oorexx?
What is the place for VSAM KSDS?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
name a few common vsam status codes?
what if my system I runs with system value qccsid 65535?
what operation is performed by job statement?
Can you name a few software running under the mainframe?
can a join logical file be updated?
What do you mean by between and in? Is between inclusive of specified range values?