I want to write a batch program with IMS that can get all the records in the database. The structure of my database is as follows: a root segment and a segment below it that has several occurrences and another segment under the second segment that also has several occurrences. How can I do this? So that the least call function is used?
Read all records from the database using call functions in ims
165 views Asked by Monir Khosravi At
1
There are 1 answers
Related Questions in DATABASE
- How to add the dynamic new rows from my registration form in my database?
- How to store a date/time in sqlite (or something similar to a date)
- Problem with add new attribute in table with BOTO3 on python
- When an E-R attribute should be perceived as a relationship attribute or as an entity set attribute?
- SQLAlchemy: efficient relationship loading in 3-way many-to-many relationship
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Local or remote database with react-native?
- I want to edit a specific row in database
- How to enter data in mongodb array at specific position such that if there is only 2 data in array and I want to insert at 5, then rest data is null
- Open Web Library
- database login.py and register.py error showing 404 file not found and doesn't work
- SQL71561: SqlComputedColumn: When column selected
- Liquibase as SaaS To Configure Multiple Database as Dynamic
- Updated max input vars but table still shows error
- Spring does not map set of roles
Related Questions in COBOL
- how to create an array of multiples of 5 and display it in reverse
- Z/OS Cobol 6.3 copy: how to include only a chunk?
- Trying to add gm and hm calculations to cobol program
- Cobol program wont read until end of file
- Cobol errors, cannot seem to figure it out
- Cobol file WRITE not allowed, file not open for output (status = 48) for file output-file
- Record grouping and aggregation
- open fetch and close cursor DB2
- How to create comments using only * in COBOL?
- DB2 contention issues
- Using the routine CSNBOWH on IBM I - MD5
- Addition of PIC 9 variable with space not causing ABEND S0C7
- FIlling a zone with S9(5)V9(8) COMP-3
- Microfocus COBOL - Remote debugging requires ALL programs to be compiled for debugging?
- VSCode snippet, how to force the starting column of a line?
Related Questions in DBD
- Timestamp with timezone: works with isql but not with DBD::Firebird
- error in running cpanm --installdeps on ubuntu 18.04
- Read all records from the database using call functions in ims
- Does DBD::DB2 have an option to enable automatic decoding?
- How to check if MySQL service is running with DBD::mysql
- DBD::mysql: ChopBlanks
- How to fix the 'Can't load'-error when a perl script is executing 'use DBD::mysql;'
- DBI SQL_VARCHAR is not supporting, getting error DBD::ODBC::st bind_param failed: Data type is not supported. [typeId=-9] (SQL-HYC00)
- Getting compilation error Can not load Mysql.pm in @INC
- Perl DBD::SQLite installation fail on win7
- How to build DBD::mysql with DBI in a custom @INC?
- Can't install "DBD-mysql" on Mac
- FreeBSD Can't locate loadable object for module DBD::mysql
- DBD::mysql installation on Catalina/Big Sur fail with 'EXTERN.h' file not found?
- Ruby: Gem dbd-pg(0.3.9) not working with Ruby 2.7
Related Questions in IMS
- Google's Carrier Services reports permissions aren't granted although they are
- Are the DBD and PSB load modules in IMS executable programs or just control blocks?
- Read all records from the database using call functions in ims
- Lanunching IMS Settings App of Samsung Mobiles Programmatically
- Is it possible to initialize a REXX environment in an IMS BMP region using IRXINIT?
- Can PDN Connectivity Request for IMS APN be initiated if VoPS support is not there in Attach Accept?
- Is it currently possible to read the inbox of RCS messages?
- Powershell Invoke-WebRequest IMS Path + Credentials
- Migration of IP Multimedia Subsystem(IMS) for VoLTE in Kubernetes (Issue with Cross Port Services)
- NAT with IPSec issue in IP Multimedia Subsystem(IMS)
- Is SMS Over IMS That Important
- Go-Diameter: how to determine data variable in NewAVP of TGPPUserLocationInfo to get desired value in Wireshark dump
- Error SoftLayer_Product_Order. (SoftLayer_Product_Order:: verifyOrder)
- Error SoftLayer_Exception_Public. (SoftLayer_Dns_Domain_Registration:: modifyContact)
- Object does not exist to execute method on. (SoftLayer_Dns_Domain_Registration::addNameserversToDomain)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use the GN call (Get Next) to traverse through an entire database sequentially. You may issue GN calls until you receive a GB status code back which means essentially means "end of database".
https://www.ibm.com/docs/en/ims/15.1.0?topic=management-gnghn-call