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 11695if 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 6452Hi 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.
2083in 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 8798I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
3 10332I 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 6314we 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 4974what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
2 10954
How would the varchar column remarks defined?
What are the different types of PL/1 files?
What is rmode(any) ?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is the use of db2 optimizer?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What is one line to pass PARM from JCL to COBOL?
Which statement is used to identify the private libraries in job?
What are various search techniques in cobol? Explain.
What is the clustering index in the db2 database?
What is file information data structure(infds) in as400?
what is logical file?
what is use of disp parameter in dd statement?
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?