•  »
  • tagged cobol

1-9 of 9 Hubssort by Hot Best Latest

Computer programming languages and generations72

Computer 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 comments    programming basic cobol
Starting a biz - Respecting deadlines72

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 comments    marketing website communications
The C Programming Language72

The 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    technology software computer
Sample COBOL Interview Questions67

Sample 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 comment    software engineer flat file programmer analyst
jcl interview questions65

jcl 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 comments    job interview questions
jcl interview questions page265

jcl 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 comments    proc in jcl bypass steps in jcl
Why is there not just one programming language?64

Why 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 comments    language programming written
ABEND U4088 IN  cobol62

ABEND U4088 IN cobol

u4088 abend in cobol sort

2 comments    sort abends u4088 abend in cobol
Sample cobol Program to  display HELLO-WORLD61

Sample 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 comments    contest sample cobol code
Please wait working