I have a file which contains so many lines and variable
number of lines are treated as a record. For example
*first ooooo xxxxx
ttttt mmmm vvvvvvv
*end uuu bbbb
*first kkkkvvvvvv
nnnn mmmmm kkkkk
fffff gggg ffff
kkkk
lllll
*end.
Here the lines from *first to *end are treated as a record.
The number of lines between *first and *end is not same for
all the records.
Suppose there are 100 records (or number of records are not
predefined)like the format given in the above example. Now
the entire file needs to split into two files, first having
40 and remaining in the second file.
Can we split using sort utility? If possible then what is
the sort card?
No Answer is Posted For this Question
Be the First to Post Answer
how to write test case for a text field that should be mandatory
Find out the list of roles which gives access to all t-codes in SAP? Thanks in advance.
Write a Program to find the number of words in a sentence.
Write a Program to find the sum of digits of a given number until the sum becomes a single digit.
what full form name of B.K.U.
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
utility used to obtain inform regarding the optimizes choice of access strategy for SQL stmts
can any one give me code to keyed a flat file and used chain in RPGLE to search any item
How many digit have a Polaris 1995 300c.c. 2x4 nad how many have a Polaris 2007 300 c.c 2x4? And what site I can check this information???
find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
WORKING STORAGE 01 WS-LENGTH PIC 9(1) VALUE 5. 01 DFHCOMMAREA. COPY ABCDEF (COPYBOOK ABCDEF IS HAVING ONLY ONE VARIABLE OF LENGTH X (100).) .. PROCEDUER DIVISION. ... EXEC CICS XCTL PROGRAM (WS-PGM) COMMAREA (DFHCOMMAREA) LENGTH (WS-LENGTH) RESP (WC-RESPONSE) END-EXEC 1. What will be the value of EIBCALEN in program ABCDEF? 2. What will be length of commarea when in ABCDEF? 3. Will such a code thow any error while linking to called program? Thanks in Advance