- Hubs »
- tagged cobol
1-9 of 9 Hubssort by Hot Best Latest
Starting a biz - Respecting deadlines
What on earth is the point of a deadline if not all the parties respect it? Deadlines are key, but agreeing them with all parties and getting others to respect them is really important too. Working in the virtual world is a particular challenge, and project deadlines take on a whole new meaning in web development. Did anyone tell the web developers they have deadlines to meet?
0 commentsSample cobol Program to display HELLO-WORLD
IDENTIFICATION DIVISION. PROGRAM-ID. HELLOWOR. ENVIRONMENT DIVISION. DATA DIVISION. PROCEDURE DIVISION. DISPLAY "HELLO-WORLD". STOP RUN. pgm-2 IDENTIFICATION DIVISION. PROGRAM-ID. HELLOWOR. ...
0 commentsjcl interview questions page2
what is S322 abend how you will resolve?? Basically s322 is timeout abend this means that the job has taken probably long time to execute. i.e ., more than alloted CPU time. CPU time is the time which has...
0 commentsjcl interview questions
what is the use of different dispositional parameters(DISP) ?? the dispositional parameters are used to tell the disposition of your dataset whether the dataset is NEW or OLD or MOD(dataset may or may not...
0 commentsSample COBOL Interview Questions
Below are sample technical questions I have encountered during past interviews. You may be an Interviewer or applying for a job position such as Computer Programmer, Programmer Analyst, Software Engineer,...
1 commentWhy is there not just one programming language?
A programming language is the methodology to instruct the computer to perform a given task. However, unlike the normal human language, the programming language requires precision and completeness. Humans can...
0 commentsComputer programming languages and generations
Programming languages are use to write application programs which are used by end users. The programming languages are generally used only by professional programmers to write programs. The development of programming languages has improved...
35 commentsThe C Programming Language
C is a popular computer programming language, much loved by programmers for its speed, power and compactness. Though originally designed for developing operating systems and engineering applications, C is...
4 comments






