Forum Post: Sequence Names not to be hard-coded

  • Thread starter Thread starter malikzam@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

malikzam@gmail.com

Guest
/* I have created a sequences named 'S1' and 'S2'. it is a requirement to change the sequence names at runtime based on some conditions and not to be hard-coded. I was wondering if I could succesfully run the below query. Any help in this regard will be highly appreciated. */ DEF VAR A AS CHAR. A = 'DM'. DISP STRING ( NEXT-VALUE ( STRING(A))).

Continue reading...
 
Status
Not open for further replies.
Back
Top