IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 12210if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
2 6678Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
2203in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
3 9066I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
3 10593I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
1 6621we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
1 5139what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 11181
What are the pertinent COBOL commands?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain the use of DCT ?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
what is need of start 0? In steed of
What is dclgen (declaration generator)?
Explain ceci transaction commands?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
can you debug ile rpg program using isdb?
How to retrieve rows from a db2 table in embedded sql?
when does a dataset go uncataloged?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
writing an sql statement from selecting records from two files using single statement and nested select statement.
What is package in db2 mainframe?
Explain eib?