Automic Workload Automation

  • 1.  Print maximum number of data in a variable

    Posted Jan 31, 2018 01:41 AM
    How could we actually print a variable stored with huge number of data. Now if I print a variable, it print only upto 1024 characters.. is there a way to print beyond 1024 ? 


  • 2.  Print maximum number of data in a variable

    Posted Feb 13, 2018 04:22 AM

    Hi Srikanth_Veeraraghavan_9912

    I think there is no way to work around the 1024 character limit of the :PRINT Script Statement. However I’m not sure about the use case, is it about variable object, a script variable, etc.?

    Maybe it’s useful to print the content into a file?
    Here an example how to do so:

     

    :SET &HND# = PREP_PROCESS_VAR(UC_EX_HOSTCHAR) :SET &RET# = WRITE_PROCESS(&HND#,"C:\temp\UC_EX_HOSTCHAR.txt",VWGSUP12,LOGIN.PC0357,APPEND)

     

    KR, Josef

     



  • 3.  Print maximum number of data in a variable

    Posted Feb 13, 2018 04:37 AM
    Hi

    I am afraid this is a crosspost - here is the "further developed one"

    https://community.automic.com/discussion/11631/print-maximum-number-of-data-in-a-variable#latest

    cheers, Wolfgang