www.techtricky.com
Open in
urlscan Pro
3.211.28.199
Public Scan
URL:
http://www.techtricky.com/
Submission: On January 17 via manual from FR — Scanned from FR
Submission: On January 17 via manual from FR — Scanned from FR
Form analysis
1 forms found in the DOMGET http://www.techtricky.com
<form method="get" id="searchform" class="search-form" action="http://www.techtricky.com" _lpchecked="1">
<fieldset>
<input type="text" name="s" id="s" value="Search this site..." onblur="if (this.value == '') {this.value = 'Search this site...';}" onfocus="if (this.value == 'Search this site...') {this.value = '';}">
<input type="submit" value="Search">
</fieldset>
</form>
Text Content
Skip to content Menu * Javascript * JQuery * Mainframes * CICS * Cobol * DB2 * Interview Questions * JCL * Sample Code * SORT * Tips * Utiliies/Tools * File AID * IEBCOPY * IEBGENER * IEFBR14 * QMF * SDF * SuperCE * VSAM * Web * Workday * Workday Tutorials July 30, 2021 CONTINUE AND NEXT SENTENCE IN COBOL By admin Cobol 2 Comments Continue and Next Sentence in COBOL are No Operation statements which does nothing except to pass control to the statement after the scope terminators. But the difference is the place that it passes the control to. CONTINUE: Continue gives the control after the next explicit scope terminator. Explicit Scope terminators are END-IF, END-PERFORM, END-EVALUATE, etc. Read More April 18, 2021 COBOL CALLING SUB PROGRAMS, BY REFERENCE & CONTENT, EXAMPLES By admin Cobol 0 Comments Call is the COBOL Verb to transfer control to another program from a program. Simple CALL, call by reference, and call by content are the different types. CALL verb is used within the procedure division to transfer the control to the subprogram and once the subprogram processing is over, control comes back to the main Read More December 22, 2020 DB2 EQUIVALENT COBOL DATA TYPES By admin Cobol 1 Comment As DB2/SQL and COBOL field declarations are different, It is important to have Equivalanet COBOL data types to the corresponding DB2 table columns in COBOL programs to process the data correctly. More importantly, the precompiler uses the equivalent SQL data types for the declared Host variables. So if the host variable declaration is not correct, Read More October 8, 2020 DBS MAINFRAMES INTERVIEW QUESTIONS By admin Interview Questions 0 Comments These Questions were asked in the first round of Interviews for DBS, Hyderabad from Optimum solutions. How a transaction is defined in CICS? What is the use of TSQs & TDQs? What are the ways that a transaction can be auto-initiated? How to initiate a transaction using TDQ? Where does this need to be defined? Read More August 25, 2020 CICS RETURN WITH EXAMPLES By admin CICS 1 Comment RETURN IN CICS is to return the control back to the next higher level which is either main program or CICS(Operating System).It is very useful in programs where there are sub programs involved in exchanging the data Or screens involved where there is a need to preserve the data and use it after the user Read More August 5, 2020 SYSOUT IN JCL By admin JCL 0 Comments In JCL, SYSOUT is an Optional Keyword parameter that indicates that the dataset is a system output data set. Basically it assigns an output class to the SYSOUT dataset. As each class would be attached to a device to handle the output, the desired output would be routed to that device. Syntax: SYSOUT= { class Read More July 21, 2020 JCL REGION PARAMETER, DEFAULT, EXAMPLES By admin JCL 0 Comments In JCL, Region is an Optional Keyword Parameter which can be specified at JOB and/or Step Level. Region Parameter in JCL indicates that the amount of storage (Virtual or Real) that the JOB or step can use to execute. It specifies an upper limit of memory to be used and thus the job/step can use Read More July 9, 2020 CICS SCENARIO BASED QUESTIONS By admin Interview Questions 1 Comment CICS Scenario Based Interview Questions Apart from the basics, CICS has scope to ask many questions by giving a scenario. Here I am giving the list of few scenario based ones. I have two CICS PROGRAMS – PROGA & PROGB. 1st Prog should pass some data to Program B and using this data Program B Read More July 3, 2020 READ VSAM FILE IN REVERSE ORDER By admin VSAM 0 Comments Apart from reading forward, VSAM KSDS file can be read Backwards starting from a specified Key value. READPREV command is used for this purpose. To read a record in reverse order starting from a key needs to establish a starting point first which can be done using STARTBR, then READNEXT and READPREV does the backwards Read More May 28, 2020 VSAM SHARE OPTIONS By admin VSAM 0 Comments VSAM Share Options defines the VSAM datasets accessibility among different users. Share options are like the DB2 locking system, by using these options different levels of shared access can be given to different jobs/users on a single VSAM dataset. Where to Set these options? Can be set while defining the VSAM cluster using IDCAMS. These Read More POSTS NAVIGATION 1 2 3 … 13 SEARCH SITE RSS FEED * Continue and Next Sentence in COBOL * COBOL CALLing SUB Programs, by reference & Content, Examples CATEGORIES * Javascript (7) * JQuery (12) * Mainframes (94) * CICS (13) * Cobol (25) * DB2 (15) * Interview Questions (7) * JCL (14) * Sample Code (2) * SORT (2) * Tips (2) * Utiliies/Tools (11) * File AID (2) * IEBCOPY (1) * IEBGENER (2) * IEFBR14 (1) * QMF (1) * SDF (1) * SuperCE (1) * VSAM (2) * Web (15) * Workday (2) * Workday Tutorials (1) TechTricky: A Technology Blog on HTML, CSS, JQuery, Webaps and How to\'s Copyright © 2022. Back to Top ↑