python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Need to get Average count
I would like to get average of product=A that a client have. Say inner select return 1,2,1,4,4,4 for 6 clients
I would like to see result as 4 which means the avg product count a client can have is 4
...
Darlson
Votes: 0
Answers: 1
How to cancel a JCL job(Mainframe) in SDSF???(OZA1) error
I received a JCL Error after submitting a job.
20.46.44 JOB08763 $HASP165 WPR062M ENDED AT OZA1 - JCL ERROR CN(INTERNAL).
and in SDSF I am seeing this
How can I fix this (Cancel the job)? What is ...
Monish
Votes: 0
Answers: 3
How to use pointers in PL1 programming language
I am trying to learn the use of pointers in PL1. However below approach is not working
DCL MYPTR PTR;
DCL MYVAR CHAR(10) INIT('1234567890');
PUT SKIP(2)...
Gagandeep Singh Randhawa
Votes: 0
Answers: 1
Do any monospace Unicode fonts include the IBM PUA characters for EBCDIC code page 310?
Do any (preferably, open-source) monospace Unicode fonts include the IBM Private Use Area (PUA) characters for EBCDIC code page 310?
For example: U+F892; EBCDIC code page 310 byte value X'81', GCGID S...
Graham Hannington
Votes: 0
Answers: 0