ok how would i do the following extract from a file i have
ssns = 267907230 which are in column 7 into a separate
data set then create a 2nd job step to extract from the
data set created the following "fund code" which is in
column 31 and is 113 into yet another data set
No Answer is Posted For this Question
Be the First to Post Answer
What is the first message line that any language learning prints on the screen? and why?
What is meant by spooling
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
whats the use of following Good Coding Practices?
how can we implement locks in plsql?
1.Describe about your project?
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Which tag is used to create table row
4.Write a program to get the string in array and print that? or Without using loop print the array.
what do u mean by tagging
Ordered List tag is
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)