IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
3 9946I want to increse the size of one existing dataset, can anyone tell me the TSO command throgh that I can edit it.
4 11196I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
1 6052i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
TATA,
2603We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
IBM,
5 11165
is it necessary that all versions of the gdg have to be of the same record length?
What is linkage section?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you intitiate another transaction?
What is a db2 collection?
Which command is used to remove all rows from a table?
Does Disconnect and Connect creates page lock in IDMS ?
how to run batch program without jcl?
) how do u code after getting data?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What are the disadvantages of a hierarchical database?
If DB2 query returns in null value, how do you work with it in PL/1?
A word in the computer memory is identified by_________
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can we retrieve the total number of records in RPG & CLLE?