- Blog
- Blog
- Homepage
- Homepage
-
PLSQL Complex Interview Questions (Part 1)
PL SQL interview questions in slides.
-
Top COBOL Features That are Not Allowed in CICS
Many command level COBOL Features not allowed in CICS program. Below are the statements that are not allowed in CICS Operator communication statements Accept Display File I/O statements Open Close Read Rewrite Delete Start Other statements Accept Date/Time Merge COBOL Vs CICS Compatibility Under CICS, all terminal I/O is handled by the terminal control module, whose…
-
Top Unix Commands for Beginners – Part 1
Top UNIX Commands cat – display or concatenate files cd – change directory chmod – change the permissions on a file or directory compress – compress a file cp – copy a file date – display the current date and time diff – display differences between text files echo – echo arguments to the standard…
-
PLSQL: Early Vs Late Binding Concepts Simplified
Early binding and late binding in plsql and real differences.
-
UNIX: How to Use Sed and AWK Commands
Top ideas to use ‘sed’ and ‘awk’ commands in UNIX.
-
PLI: JCL to Compile,Execute
PLI procedural language compile and run JCL for quick use in your project.
-
How to get Date and Time in CICS
How DATE and TIME captured during initiation of transaction in CICS. There is always standard way present to capture DATE and TIME in CICS programs. Read more.
-
CICS – Multithreading And Working Storage
When you code a command-level CICS program in COBOL, you can use the Working-Storage Section just as you do in any other COBOL program: for program variables and switches, as well as for data areas for terminal and file I/O. When CICS loads your program, it allocates storage for its Working-Storage Section and associates that…
-
DB2 Tough Interview Questions
Here are the COBL DB2 tough interview questions helpful for your projects and interviews as well,
-
ISPF Basic Commands
The primary commands listed here summarize the primary commands you use to display and change your edit profile. Notice that many of these command settings are displayed in the user profile PROFILE This displays the current setting of each mode in this list and controls whether changes to these settings are saved. AUTOLIST This controls…
-
Stratus Server Commands – Download
Top server commands that you can use in Stratus or Vo/S operating system.
-
JCL Include Statement Real Usage
How to INCLUDE parameter in the JCL explained with a sample JCL.
You must be logged in to post a comment.