IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
978Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
1069What is the difference between read work file 1 and read work file once? Why we are using work file once?
965Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
971
explain sorting techniques in cobol program?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's
What is the latest version of ibm db2?
How many maximum base registers we can have in a single program?
What does a ROLLBACK do?
Explain the function of job statement in jcl?
pls send the docs of any telecommunication mainframe project
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Is mainframe an operating system?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is rct?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how can you display specific subfile page on the screen in unequal subfile?
How do you stop a db2 database in linux?