IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
IBM,
4 9505If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
6 11550input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
4 7163input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
6 11555input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
1 5575what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
TCS,
2 730101 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
TCS,
5 9933
Discuss about db2 bind?
what is arrival sequence?
Can QSAM files be accessed from CICS?
How is record management performed in vsam?
which of the following operations does not zero the field flda defined as 4,0?
how to pass the parameters from jcl to assembler pgm?
How will you return the number of records in table?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is a bind in db2?
What is the cics command that is used to access current date and time?
What is meant by explain?
In job processing, what happens in execution stage?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the motivation behind coding class parameter in job statement?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?