- Blog
- Blog
- Homepage
- Homepage
-
5 Top Limitations of COBOL SEARCH ALL
The condition following the word WHEN can test only for equality: Valid: WHEN T-CUSTOMER-NO (X1) = CUST-NO-IN Invalid: WHEN T-WEIGHT-MAX (X1) < WEIGHT-MAILED If the condition following the word WHEN is a compound conditional: The OCCURS item and its index, which define the table argument, must appear to the left of the equal sign. Valid:…
-
How to know ISPF version Using SAREA command
Keeping up with changes to ISPF can be well worth a little effort. When you encounter a new release of ISPF, the first thing you should do is check out the “Changes for this release” Help option, paying particular attention to the Program Development Facility (PDF) section. How to Use SEREA Command The PDF component…
-
Best Example for COBOL SEARCH and WHEN Condition
The top differences between Search and When condition in COBOL.
-
CICS: How to Use Shared Option in GETMAIN
Frequently asked question is – Do we really need to be coded GETMAIN and FREEMAIN commands in all CICS programs? Let us read complete post to get answer for this question. The below is the syntax for GETMAIN command: GETMAIN >>-GETMAIN–SET(ptr-ref)–+-FLENGTH(data-value)–+——-+-+—-> | ‘-BELOW-‘ | ‘-LENGTH(data-value)————-‘ >–+———————+–+——–+–+———–+———–> ‘-INITIMG(data-value)-‘ ‘-SHARED-‘ ‘-NOSUSPEND-‘ >–+————-+———————————————>< +-USERDATAKEY-+ ‘-CICSDATAKEY-‘ I…
-
Job Skills and Duties for IT Integration Analyst
The roles and responsibilities of integration analyst useful for all developers.
-
Digital Skills That Help You Grow Your Career
Top IT Skills You need for Digital India boost. Mobile Development UI or web development Data Science Along with the above skills the additional skills also you need are: Internet of Things Robotics The other jobs that you need hot in demand are: Integration Specialists Digital Business Architect Regulatory Analyst Risk Professionals
-
DB2 11 Certification for z/OS Developers
To attain the IBM DB2 for z/OS Application Developer certification, candidates must pass one test. To gain additional knowledge and skills, and prepare for the tests based on the job roles and test objectives. Read for more details.
-
COBOL: How to Pass Pointer Variable Between Programs
The pointer data items in COBOL most frequently used to pass address of an object instead of value. Read more on how to pass pointer items into sub modules.
-
8 Super Ideas on SMS managed MGMTCLAS in JCL
In mainframe JCL, the MGMTCLAS usually defined by system storage administrator. Still, the question on MGMTCLAS being asked in interviews. MGMTCLAS=XXXXX What are the Prime Features in Storage Class Migration of the data set, including migration from primary storage to DFSMShsm-owned storage to archival storage Backup of the data set, including frequency of backup, number…
-
Editing Vs Decimal Data types: Top COBOL Move Statements
COBOL Move statements of one data type to other best examples
-
How to Define IPCONN and TCPIPSERVICE in CICS
How to define IPCONN An IPCONN is a Transmission Control Protocol/Internet Protocol (TCP/IP) communication link to a remote system. An IPCONN definition specifies the outbound attributes of the TCP/IP connection. How to define TCPIPSERVICE The inbound attributes of the connection are specified by the TCPIPSERVICE definition named on the TCPIPSERVICE option of the IPCONN definition.…