Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ashykhanna
  • Content: Threads
  • Order by date
  1. ashykhanna

    Split a file using DFSORT

    Hi, I have a huge file and i want that to be split into two. I want the first file to contain all the records till a given condition. Suppose i have 100name Lowerlevel 101a1111programer 102a2222engineer 103a2323analyst 104a3434managers 105a2343smanager 106a4322Dmanager i want the first file to...
  2. ashykhanna

    Dynamic Arrays in COBOL

    Hi, Can anyone please help me with a piece of code on the declaration and usage of dynamic array in cobol. For instance, i have a esds vsam file of 100 records usually fed in as input, i use a internal table for storing the values from each record in an array (occurs 100 times). wat if the...
  3. ashykhanna

    COBOL STATIC and DYNAMIC CALL

    Hi, I need to know the difference between Static and Dynamic call and how its used in programs. Also, i want to know wat will happen if you call a program dynamically in the code and give NODYNAM option in the cobol compiler and vice versa. Thanks in advance, Ashok
  4. ashykhanna

    Move and If

    hello friends, i want to know what these lines of code does: 1) MOVE 1180-AMPS-BTCH-DTL-LINE-MSC(1:11) TO 1103-ORD-ID. 2) IF 1180-BTCH-DTL-LINE(12:1) = 'P' PERFORM 1000-PROCESS THRU 1000-PROCESS-EXIT. Thank you, Ash..
  5. ashykhanna

    To find the length of a string...

    hello, can anyone let me know how to find the length of a given string using cobol. suppose, 10 ws-data pic x(64) i move some string to this variable.i would like to find the length of the string moved to ws-data. its very urgent. thank you, Ashok..

Part and Inventory Search

Back
Top